Click to See Complete Forum and Search --> : How to add paging for access db using asp


method
05-26-2005, 10:07 AM
Hi guys. I want to make a page that loads some records from access db and once i click on click on a button it goes and loads the rest of records. Just like the pic in the url below. I be happy if some one show me an example on how to do it .Thanks

http://i5.photobucket.com/albums/y180/method007/table.gif

buntine
05-26-2005, 10:15 AM
www.asp101.com have an excellent tutorial for RecordSet paging. See it here: http://asp101.com/samples/db_paging.asp (click "View the ASP code" image to see the workings of it).

Regards.