Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I m binding repeater with data , The Problem is that there are more then Million Records in database that is retrieving when I Query to database. So It takes lot of time to load Data-table & in Binding repeater.....
there is a solution in my mind and i got it when I was using Facebook that I Retrieves the data when I go down and scrolling the page,It loads the data when I do scrolling(Not retrieve all data at the same time Nor do post-back the page again) just append new data at scrolling event or by clicking "see more option" ,
I just want to do same with my project,, but the problem is that i dont have any idea which JavaScript or Jquery Modules or Library should use for it and how? (eg- Knockout.js , Jquery etc...) any help regarding this would be appreciable..

.Thanks in advance...

NOTE: For ASP.Net & SQL-Server
Posted

1 solution

 
Share this answer
 
Comments
aounali 8-May-13 7:55am    
how can i do this by using knockout.js?
Anurag Sinha V 8-May-13 10:21am    
well knockout.js i havent used buddy..better you go to the concerned website and ask...try using jquery and aftr that try migrating it to knockout.js...

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