If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Splitting Database Output scross multiple pages

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-16-04, 17:31
kaiousama kaiousama is offline
Registered User
 
Join Date: Feb 2004
Posts: 2
Splitting Database Output scross multiple pages

I've finally got my database up and running, with a hidden page just for me to enter in information through, and now I would like to know if anyone could help me with this last feature I would like to include.

I've currently got my database sorting (By Name, Genre, or Size, then descending/ascending for each), but currently there are 94 entries in the database, and it's growing each day.

How would I go about seperating it to display sets of 25 per page, with a set of links at the top "Page: 1 2 3" where 1 2 3 are links for the next 25 results?
Reply With Quote
  #2 (permalink)  
Old 02-16-04, 17:53
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
Database Paging
http://www.asp101.com/samples/db_paging.asp
Uses PageSize method of recordset.

Paging Records with GetRows by Mukul Sabharwal - 7/5/2000
http://www.4guysfromrolla.com/webtech/070500-1.shtml
Uses GetRows.

Displaying a certain # of records on each webpage Paging
http://www.aspfree.com/asp/startpage.asp?id=11
Uses PageSize method of recordset.
Shorter.
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On