G
Guest
Hi,
Currently using VS2005 c#
Scenario: I have a gridview control displaying many items with paging enabled.
Column[1] is a checkbox column which users can check, but when the gridview
is paged to another page and then back again, the value of the checkbox has
been forgotten.
Is there a better way of persisting the values through the pages in VS2005
other than writing tedious code behind in the OnPageIndexChanging event?
Maybe using the Client Callback manager?
Any help would be great.
Thanks
Currently using VS2005 c#
Scenario: I have a gridview control displaying many items with paging enabled.
Column[1] is a checkbox column which users can check, but when the gridview
is paged to another page and then back again, the value of the checkbox has
been forgotten.
Is there a better way of persisting the values through the pages in VS2005
other than writing tedious code behind in the OnPageIndexChanging event?
Maybe using the Client Callback manager?
Any help would be great.
Thanks