Hi all,
Need help with technical-designing of a website. I have a main page with a multi-paged grid. Whenever you press on a row, you navigate to an extended details page about this row.
Here comes my question, I want to be able inside the details page to add "Next" and "Prev" buttons according to the original grid. (Mind you, the grid can be filtered and ordered in various ways).
How would you approach this scenario?
Update: We can not work with Session variables since there are scenarios where user moves from a grid, to a details page and then to another grid, and so on... So saving last dataSet in a session varible will be useless.