Skip to main content
juresti
Known Participant
July 9, 2009
Question

Recordset Paging Code (ASP)

  • July 9, 2009
  • 1 reply
  • 496 views

Ok I have a couple of recordsets on one asp page. Each one shows dependent on the URL parameter. Anyway I am using the DW recordset paging. THe code is quite long and I have three different recordsets I need paged. Do I have to input 3 sets of the recordset paging code?

I assume I do. DO I have other options? I ahve no clue. Thank you.

This topic has been closed for replies.

1 reply

juresti
jurestiAuthor
Known Participant
July 10, 2009

i have one asp page depending on the url parameter a repeating recordset is displayed
using if.  if so so and so equls whatever and then I have paging though
for every 10 or so records
i think i have to have 3 separate paging codes for each recordset
DW makes the code
but it sets variables for one recordset
and other general varialbes
anyway
id have to copy all the code (its alot) and then change ALL variables for the 3 recordsets