Hello Experts,
In a webpage, I am using GridView control. The first column in the GridView is a CheckBox. I click on few CheckBoxes and move to the next page. When I come back, the value in the CheckBoxes are already lost. Any idea how can I save the changed values. FYI, at this point I don't want to save them in a database. I want to save them in the database at the end.
After submitting my answer found above one provided same answer.
RadhaKrishnaKiJaya
ASKER
Thank you Naitik and Easwaran for your help.
Your solution works when CheckBoxes are checked or unchecked on fly. But in my case the CheckBox values are populated from the database during page load. In that case it does not work as expected. Example, I Uncheck few check boxes in Page 1 and move to Page 2. When I come back to Page 1, my changes are lost. At the same time, if I checked some boxes, they are still there. Any idea how to handle situation like that?