Hello,



I have a Grid View with Edit Button in each row, to edit checkbox and text box columns. After updating the row, when I click the edit button in next row the previous updates (in previous rows) will be lost. I want to retain these values in the updated rows. These 2 columns are not bound to Database as per the requirement but need these 2 column values in other table which is getting stored but not visible in grid view once I click the next edit button in other row.



I am using ASP.Net 2.0 .