dataset.acceptchange method [modified]
Database
1
Posts
1
Posters
0
Views
1
Watching
-
i am usind dataadapter and dataset objects to bind some data from the database in the textbox control. the code i m using is as follows:
textbox1.databindigs.add("text",dataset.tables(0),"Name")
This code is able to retrieve the field 'Name' from the database and puts it in this textbox. Now i want that if some change is made in this textbox,then that should be updated to the database table as well. for this purpose i m using dataset.acceptchange method. But this is not giving result. please provide code if possible.... thanks.. -- modified at 14:40 Monday 19th March, 2007