atmcquillen
Technical User
Hi
I have a Form, which when filled in is used to perform a search on an Access database.
The clever stuff actually happens on the results page, which gets the info it needs using 'Post' from the form. All works fine - this isn't an ASP question.
However, if I try to split the results up, displaying 30 per page using some querystring parameters in the URL, I get the first 30 OK, but then try to reload the page with different parameters to see the next 30 I get an error.
I think my error is caused by the fact that reloading the second page does not resubmit the data Posted from the form (as would happen if you simply refreshed page with the original parameters).
Does anyone know how I could 'Re-post' this data every time I reloaded the page? Does what I am trying to do make sense?
Thanks in advance
Andy
I have a Form, which when filled in is used to perform a search on an Access database.
The clever stuff actually happens on the results page, which gets the info it needs using 'Post' from the form. All works fine - this isn't an ASP question.
However, if I try to split the results up, displaying 30 per page using some querystring parameters in the URL, I get the first 30 OK, but then try to reload the page with different parameters to see the next 30 I get an error.
I think my error is caused by the fact that reloading the second page does not resubmit the data Posted from the form (as would happen if you simply refreshed page with the original parameters).
Does anyone know how I could 'Re-post' this data every time I reloaded the page? Does what I am trying to do make sense?
Thanks in advance
Andy