PatHastings
ISP
Hi,<br>I need to be able to retrieve records from database in an ASP page - easy, no problem, can do that.<br><br>Then I need to be able to limit the number of records displayed on the page. Can do that too.<br><br> Then i need to put a button in to display the next X records. Bit unclear on how this should be done.<br>I could call the same asp again passing the id of the last record displayed and use this ID as the starting point of the sql search for the new page.<br><br>The problem with this though is that it assumes all the id's are sequential. They normaly would be except where you are doing a keyword search. Is there any other way of doing it? Ideally is it possible to use some sort of recordset persitance so that the first page builds the record set and the rest of the pages work from it?<br><br>Any help or pointers to articles about this subject would be greatly appreciated<br><br>Pat