
In this article we will learn how to use ASP pages to page through recordsets.What is paging ? Paging is a very useful way of presenting data. It allows you to show 5, 10 or whatever number of records you want per page and then show typical 'first page', 'last page', 'previous page', 'next page' etc buttons to navigate between pages.
|