I am using a page navigation system. It displays 15 records per page.
When a page is displayed in has several links to functions for each record.
Example:
46 Records Found Displaying 1-15 1 | 2 | 3 | 4
- Item 1 Status Edit Delete
- Item 2 Status Edit Delete
etc........
- Item 15 Status Edit Delete
When a user clicks on edit they end up on another page where they can make changes to a record's data.
I would like to be able to bring the user back to the same page of the navigation where the were when they clicked edit. But it keeps defaulting back to the start of the list.
Do I have to pass the navigation page data through all the possible pages until the user gets back to the list?
I there a simple why to do this?
Any help would be great, thax