-
data grid help
hi to all
i have a problem in working with datagrid.
i got all values in grid from database now i want to add a new rcord in grid and also editing and updating a previous record but i got no way how can i do this
tell me if there is any way to do this.
thanks
Hammad Umar
-
In a simple senario, you bind the datagrid to a dataset table that is filled from a dataadapter. Any change you make in the datagrid will be reflected to the datasource. All you have to do is use the update method of the datadapter to be updated by the dataset table.