I have created a gridview for populating data, and some user control (TextBox) to update the data and gridview paging. and on the bottom there's a button to update the user input. the table is basically populating names from table and the textbox is for updating that name.
[table]
123456..>>
[button]
when I go to next page, the data i've inserted from previous page are lost.
Is there any way to keep the data while i navigate to next page?