Click here to Skip to main content
15,917,004 members
Please Sign up or sign in to vote.
3.40/5 (2 votes)
See more:
In my project, I have a start page that has a grid view.
This gridview displays around 1000 records from the database when the page is loaded.
And this has drastically increased the load time.
So, I have thought of displaying the records in the gridview on deamand.This means that in the begining, only the first 100 records are fetched from the database and when scrolled down in the grid view, the next records are pulled out and displayed.
I found a few approaches using Silverlight and WPF.
Can this be done using AJAX?
Posted
Comments
Santhosh Kumar Jayaraman 31-Jul-12 5:20am    
YoYou should try it with paging

Then you want to go for custom paging
Check this link
Efficiently Paging Through Large Amounts of Data
(C#)
[^]

It may helps...
 
Share this answer
 
v2
 
Share this answer
 
Comments
lebna thomas 31-Jul-12 6:57am    
Thanks a lot for the suggestions! Is there a way to do on demand loading while scrolling, in the scroll bar scroll event
 
Share this answer
 
Comments
Tom Marvolo Riddle 24-Oct-13 8:11am    
Please Don't answer for old threads
Member 10199143 24-Oct-13 8:50am    
ya fine..

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