I do believe there is no classic ASP code especially for this (those dot netters certainly have some cool tools out of the box...)
if you think about it to write this yourself is not that hard. Im not interested in doing it for you. You can do it. EG:
> sql = "SELECT TOP 9 ......"
> now render the page and carry the ID of the 9th record to your second page
> now on the second page sql = "SELECT TOP 9 ........ WHERE ID > [theIDOfTheNinthRecordFromThePreviousPage]"
etc.....
IMO - have a go. Get some code going and when you come accross a specific problem come back. good luck...
Wind is your friend
Matt
www.elitemarquees.com.au