Hi,
I'm using Updaterow_event handler for grid where in I update cells in the grid and therby gets updated in the datatable also...
I have a button which i click after updating cells in the grid so that inside button_click event i'm writing code to update in Database..
I've a problem here... I dont know how to access only those records(of datatble) which had update (as done in the grid) and need to be updated in Database....
Is there any simple way of doing tht !! ??