Click to See Complete Forum and Search --> : Pick the image form the folder


atul
05-10-2005, 06:45 AM
Hi

I am a ASP developer actually i picked the images from the folder which is in my home directory now when i pich the image from the folder the because i don't know how many images in that folder then there is a vertical nad horigental scorlling in my page to for this i want to use the nevigation (paging) so how can i do this in such case when don't know the number of images in the folder

Please help me

Thanks

Bullschmidt
05-10-2005, 05:53 PM
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.