I have a Grid which is populated with a DataTable in the code behind with c#. Each row in the datagrid has a checkbox. Since there are many rows, NewPageIndex is implemented(Codebehind). Which is the best way of "remembering" the checked checkboxes while browsing a new page of the Grid.
Start Free Trial