update row using databound textboxs

Joined
Mar 25, 2009
Messages
23
Programming Experience
Beginner
hello

my form contains , GDBDataSet , CasesTableAdapter , CasesDindingsource

where Cases is the name of the table

I modified the GDBDataSet in the design mode , so it selects only one row

the selected row is displayed on the form using databounded textboxs and combos

the form contains a button,
a user can edit textboxes ,
if he clicks the button , changes should be applied to the original row in the data base , How to Do?
 
I know ASP.net , but that tutorial is all about ASP.net Web applications , Not a Stand Alone Application

I just want to know the command line which is used to commit changes to database
 
Back
Top