I am attempting to do recordset paging on something I am working on. I have borrowed a script from somewhere that works ok as a stand alone, however I want to pass parameters to it from a form. It all seems to work fine when displaying the first page, however when I try to click for the next page, I get an empty recordset error. I am assuming that this is because the Request.Form parameters that were sent from the first page are no longer "active". Being fairly new to asp I am not sure how to get around this.
Any suggestions gratefully received.
Any suggestions gratefully received.