Maintain Checkbox value when paging
Hello,
I cannot find a decent example of this anywhere. I am sure some of you have done this, however. Typical query
returning pages of results. In the results I have checkboxes. We can actually have hundreds of pages of
results, depending how crazy the user is with his/her search. I have to allow the user to select 4 total records
across those multiple pages and remember them upon a submit.
I'm trying to figure out the best way to handle this. I'm assuming you have to save the data and such in
session, but not sure the best way to handle it.
Any help would be much appreciated.
Thanks!
