
April 24th, 2005, 09:42 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 1
Time spent in forums: 3 m 39 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by Harlequeen Can someone please help me with binding fields to text boxes.
I have a form2 where some information has been passed from form1 and then the user needs to input some information on form 2, and it all has to be sent to the database. How do I bind the information from the textboxes to the fields in the database. ? I don't seem to be making head nor tail of this.
Cheers
Harlequeen |
I assume you have added a DataAdapter(I prefer using the OLEDBDataAdapter class). If you have, then the only thing left to do, is to click on the "Databinding" property of each textbox, and you shoukd be able to assign the fields in your DB to the textboxes, or whatever else you widh to use.
|