I have some problem in editing the gridview data
Hi This is praveen i have doubt in gridview that is the data is displayed what values are selected in the gridview but when i want to edit the particular one that is not correctly edited it will be edited and saved in the last of the grid view i want to save the Particular position if someone know please sent the solution friends
Suthish NairPosted Sep 13, 2013, 5:41 AM
Satyapriya NayakPosted Sep 11, 2013, 2:28 PM
Abhishek JainPosted Sep 11, 2013, 12:10 PM
On row Editing try doing this:
Grid.DataBind();
GridViewRow row = Grid.Rows[e.RowIndex];
Regards
AJ