|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Updating database from textbox
I am trying to update a database that I have in a dataview grid. I can update a record in the Dataview grid but I want to use items that are filled in from textboxes on the form. I am using Visual studio and programming in VB.net
|
|
#2
|
||||
|
||||
|
Open your connection and recordset.
Then say something like rs.addnew rs![test] = combobox1.text add other information rs.update |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Updating database from textbox |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|