Hi guys,
I have a gridview in which I have set datasource as datatable. Whatever update I make to the gridview, it should reflect only in datatable not to database. When I click update I have to get the row number of particular row which I want to update. How can I get the row number in rowupdating event of gridview inorder to update datatable? Suppose i have datakey and if i get that unique id, how can i update the datatable which is the datasource?. Can anybody help?