Break down large recordsets into simple pages without all of the math work! This simple class acts as a wrapper to hide the grunt-work of the ADO Recordset paging feature. PageSize and AbsolutePage are handled on the backend, and exposed in their place is an easy to use 2-D array that contains ONLY the values you need. The navigation controls are automatically handled, and a function is even included to display the page of results in tabular form for you! An example page is included to show how easy it is to start separating your recordset results into pages. This is also a good example of VBScript classes.
File List:
@PSC_ReadMe_7982_4.txt
1Kb
DataPage.asp
8Kb
DataPage.mdb
320Kb
default.asp
3Kb
Similar code
Array Sort
(Popularity: ) : This is a little example that show how to sort an array with vb scripting. Multidimensional Array Sort function in VB Script
(Popularity: ) : This function will sort an array. It will reorder all the information in each row of the array so that the selected column of the array is sorted. The first row of the array is used to decide what variable ... MP3 file sorter
(Popularity: ) : Do you have a large collection of MP3 files dumped in a directory somewhere? This script will guess the artists name and copy the file into that directory. It will also tidyup filenames removing those silly characters and as a ...