Posted on: 4/20/2014 12:35:04 AM | Views : 607

Hi.  I have a dynamic table that is built from a random selection of data from SQL.
I have checkboxes in the table and based on the state of the checkboxes the server does something with the data.
My problem is:
Since the data is random, I can not recreate the table on Page_Load so, I save the table to the Cache.
On postback, none of the states of the client selected checkboxes are saved.  Any ideas on what I can do to get the client side checkbox states back to the server?
Thank you!

Go to the complete details ...