Re: ASP.NET Data Controls hi,
For this you can store your check box state along with id in a collection. Store it in Session and retrieve back on item databound event and set the state of the checkboxes. The name of the checkboxes can be your keycolumn. This will help you to retrieve and set the values easily irrespective of the page. Make sure that you are updating the collection values before grid refreshes the data. Storing the values in key-value pairs in Hashtable will make your task easier.
__________________ H2O
Without us, no one can survive.. |