Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to apply lazy loading to my View where i am displaying a list of Products say Electronic devices.
Initially i am displaying 10 products. On scroll bottom i want to load next 10 products using Lazy loading.


A ready code snippet will be very helpful.

What I have tried:

I have no idea about lazy loading
Posted
Comments
F-ES Sitecore 17-Aug-16 6:17am    
Google "mvc infinite scroll" and you'll probably find some examples. Effectively you want to load your data via ajax so look for tutorials on mvc and ajax also.

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