Skip to main content
Participating Frequently
August 3, 2006
Question

Show 10 Records, Links to other pages

  • August 3, 2006
  • 1 reply
  • 236 views
I am using ASP for my site. I have pages that return records. Now they are returning all records, but the site is growing so we only want to do 10 per page. That's doable, the application does that for you. Question is though how do I link to the other pages that will show the remaining records. Are there code examples out there?
This topic has been closed for replies.

1 reply

Participating Frequently
August 3, 2006
Sounds like you are already using server behaviors in DW for your dynamic processing. There's a server behavior called Recordset Navigation Bar that will do just what you're asking.