![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
how to update all the rows at a time in my datagrid column ...with out using Update statement................???? |
#3
| |||
| |||
|
|
You configure a DataAdapter's 4 command objects (INSERT, UPDATE, DELETE, SELECT) and then you make changes to your local DataSet (which is indirectly done via the DataGrid). When you want to update all the DataSet changes, you call the update method of the DataAdapter. how to update all the rows at a time in my datagrid column ...with out using Update statement................???? |
#4
| |||
| |||
|
|
Hi scott, Thanks for your immediate response i would be very thankful if u can provide me some coding regarding it.. Scott M. wrote: You configure a DataAdapter's 4 command objects (INSERT, UPDATE, DELETE, SELECT) and then you make changes to your local DataSet (which is indirectly done via the DataGrid). When you want to update all the DataSet changes, you call the update method of the DataAdapter. how to update all the rows at a time in my datagrid column ...with out using Update statement................???? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |