![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I am new to ASP.NET. I have a table(users) in the database. I placed two textboxes on the webform(txtUID, txtUName) how can i insert this values to my users table. like ... "insert into users(userid,username) values('" & txtUID.text & "','" & txtUName.text & "')" how can i execute this query? thanks in advance |
|
Hello, I am new to ASP.NET. I have a table(users) in the database. I placed two textboxes on the webform(txtUID, txtUName) how can i insert this values to my users table. like ... "insert into users(userid,username) values('" & txtUID.text & "','" & txtUName.text & "')" how can i execute this query? thanks in advance |
#3
| |||
| |||
|
|
Hello, I am new to ASP.NET. I have a table(users) in the database. I placed two textboxes on the webform(txtUID, txtUName) how can i insert this values to my users table. like ... "insert into users(userid,username) values('" & txtUID.text & "','" & txtUName.text & "')" how can i execute this query? thanks in advance |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |