|
Re: Query on tracking the selected checkbox values across the paging
|
Posted: Oct 26, 2005 12:44 AM
|
|
I don't quite get the question, if you're using a database why not simply send your results directly to the database after each submit.
That way your database fields will have:
checked_q1 = true (or false) checked_q2 = true (or false)
Give this an entry index, that way if you want to refer back just search the index you gave (having been stored in a global variable or made accessible via getters and setters), and read from the database.
As I said I may have a misconstrued view of what you are trying to achieve here so feel free to correct me.
|
|