hello all
I'm trying to make a web page using asp .net using visual basic .net... the code that I'm trying to write is only in vb...
I have 8 textbox. and I want to insert the text in the textbox into mysql database...
I have the following code:
Dim a, b, c, d, ee, f, g, h As String
Dim conexaoMySQL As MySqlConnection
Dim daMySQL As MySqlDataAdapte r...