View Single Post
  #75 (permalink)  
Old 08-28-2007, 05:29 AM
H2o H2o is offline
D-Web Analyst
 
Join Date: Jul 2007
Posts: 246
H2o is on a distinguished road
Default 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..
Reply With Quote