Thursday, January 13, 2005

Paging Recordset with ASP

First contribution on the paging recordset with ASP.

It has always been annoying to do paging recordset, especially when you have to set many options here and there. Although the ADO recordset have many properties which aids in customising paging and the records to be fetched, the confusion lies within the vast amount of customisaton and try and error for the newbie.

Based on many paging script reference from the net, I have studied the goods and designed out an object oriented class solely for paging. The class requires minimal inputs and yields friendly result on the returend page numbers and recordset.

As this is my first draft, the technical details I have yet to describe it. The source provided is as it is with minimum comments. Hopefully it shall serve useful to you.

Download the source and example here

0 Comments:

Post a Comment

<< Home