Posted: 3/2/2011
I've a scenario where I've a Gridview control and inside it there is 1 checkbox column. Now my requirement is to maintain the state of checkboxes while moving from 1 page to another page in Gridview.
How to achieve it through J query??
Thanks in advance.
Regards,
Sumit Arora.
You are working in stateless protocol. You can't do that with jQuery. One option will be sending the info from first page to other via QueryString.
Posted: 3/5/2011
Hello Raghav,
I didn't mean to move from 1 aspx to another aspx page. By paging I meant was to move from (Suppose there are 100 records in a gridview with PageSize property set to 10) 1st page that contains 1 to 10 records to lets say 7th page that contains records from 61 to 70. How do I manage the state of checkboxes which I checked on 1st page and then on 7th page while moving accross diff pages in gridview..
Thanks,
Sumit arora
This person has written on that topic:
http://aspdotnet-suresh.blogspot.com/2010/04/maintaining-state-of-checkboxes-while.htmlIf that link doesn't help you, you can again comment here.