Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am working on a project of online shoping by using asp.net with c# and I want to increase the number of items my list view will display dynamically when the list view is scrolled to the end. In my case my listview will display 10 items initially. then when we scroll to the last item it must start displaying 10 more items and so on. how can i do that??
Posted

1 solution

There are plenty of resources available. One of them is as follows:

Tutorial on Continuous Scrolling Pattern[^]

[edit]

How to implement “Infinite Scroll” in web application?[^]

This is a new article posted which discusses the same pattern. Check it out and let me know if that helps you.

[/edit]
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900