posted 14 years ago
i want to implement pagination in my application...
In the database we have thousands of records, i have to display minimum of 30 records to the user in each page..
Like in this forum, the links to futher pages will be displayed..upon clicking the link, respective page has to be displayed.
Can anyone suggest me the best way of implementng this requirement