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?