posted 15 years ago
Hi,
I am working on one application. When i perform search, i am getting around 20,000 to 25,000 records. It is making my application very slow while displaying search result.
i want to implement pagination so i need to display only 10 records per page.
Is Display Tag is good in this scenario. I would like to know does display tag fetch only 10 records or it fetch all records and display only 10 records at a time. How would i mention to fetch records 1-10 or 11-20 or 21-30
Is there any other better pagination approach is available for this scenario.
Thank you for your time and reply
Vijay