ironhide1975
Programmer
Trying to develop a listing page in Classic ASP and would like the ability to only show 50 records at a time and allow the user to page forward and back 50 records at a time. Is there an easy way to do this on the with ASP classic on the SQL end in where you can pass something to a SQL view or Stored procedure and tell it to only bring back the record rows you need?