ice78991
Programmer
- Nov 20, 2006
- 216
I am designing a master/detail set of pages. A user fills out a form and the query results are shown in the master page. Click a link in the master page to see the detail page.
The problem is I want a prev/next link in the detail page which will involve submitting another query. How should I best preserve the query criteria from the original form page. I could use session variables or maybe store them in a url string which I add to each link. Security is not a major issue here. I can validate the form data before querying with it
So what's it to be. Sessions or urls ? ( hidden form fields are not an option here)
The problem is I want a prev/next link in the detail page which will involve submitting another query. How should I best preserve the query criteria from the original form page. I could use session variables or maybe store them in a url string which I add to each link. Security is not a major issue here. I can validate the form data before querying with it
So what's it to be. Sessions or urls ? ( hidden form fields are not an option here)