I had implemented a custom pagination with listview inside a dataview. For each page I am showing 50 records and if i click the next page and previous page button it will load the next or previous 50 records( it will not retrieve all the 8000 records at a time). Eventhough I am retrieving only 50 records but still its taking too much of time to load and show in the frontend. How to fix this issue to make the retrieve faster and showing in frontend? kindly give me some suggestion. Thanks in advance.
↧