I am developing an app in which user has datagridview on display and he can edit the grid and there is an update button and it the user press the update button the grid should be updated. The problem is this how can I check that which row or column is edited and If I get whole grid then how can I get it from the display in the form of datatable for saving in database and what will be the query for database.
Share
On GridView_RowCommand:
We can find index if row through below code
Now we can find the row number from below code