Click to See Complete Forum and Search --> : To divide the Recordset into a series of pages


Nizam
06-21-2006, 04:16 AM
Hello!

I'm a beginner and using ASP & Access. My question is how to divide the Recordset into a series of pages, using the PageCount and PageSize? Any example of code?

Thank you...

Terrorke
06-21-2006, 05:34 AM
If I'm correct you want to page thru your recordset result.
Like for example show the first 25 and with a link to see the next 25 ??

If you use Dreamweaver, you can automatically generate this?
if you do let me know I'll post some instructions how to do it.

Grtz

Nizam
06-21-2006, 08:43 PM
Ok, thank you! I've already got the code. By the way, I don't want to use the Dreamweaver function, I like to learn to hard code my self... :)

Terrorke
06-22-2006, 02:09 AM
Ok a Die-hard fan ;)

That's how I started