Using ASP pages to page through Recordsets Posted: 25 Jan 2006
Using the example to display records over a number of different pages, how would I go about creating a counter variable that increments by one for each record? ie on page one show the first 5 records and put a value of 1 - to 5 on each line, then click the next page and show records 6 to 10 with the counter starting at 6 without the counter relating to a recordset value (ie an ID field).