I'm trying to create a custom paging for a ListView I have. I don't want to use Data Pager since it relies on the viewstate and I cannot afford to fetch all records at once (1 million++ records).
I tried to read a lot of this subject but I couldn't find anything that I can use. What I currently have (since the project is still in development and not production) is the data pager inside the Layout Template for the ListView Control.
Any helps, tips are welcomed. I'm completely stuck!
Question
Bazenga
Hello,
I'm trying to create a custom paging for a ListView I have. I don't want to use Data Pager since it relies on the viewstate and I cannot afford to fetch all records at once (1 million++ records).
I tried to read a lot of this subject but I couldn't find anything that I can use. What I currently have (since the project is still in development and not production) is the data pager inside the Layout Template for the ListView Control.
Any helps, tips are welcomed. I'm completely stuck!
Link to comment
https://www.neowin.net/forum/topic/899062-aspnet-35-custom-paging-for-listview-control/Share on other sites
10 answers to this question
Recommended Posts