Click here to Skip to main content
15,927,055 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am using .net gridview to load the records. I have to load 5000 records to the gridview. Its fetchig the data in 2 secs, but rendering the records , its taking 2 minuits. The expected solution is, first time bind 100 records to grid, while scrolling down add 100 more, like that have to add the records to gridview while scrolling down.
Posted
Updated 3-Aug-11 21:31pm
v2

Don't do it that way - page them instead. There is an example here: Showing a page of information at a time in a GridView[^]
 
Share this answer
 
Comments
sathyanarayanan.v.m 4-Aug-11 3:30am    
Thanks originalGriff
But
No Paging technique.
Maybe the following article will help.
Ajax Enabled Gridview using JavaScript in ASP.NET[^]

If not, my take is that AJAX is the one that will be used for this scenario. So you might want to read more about it.
 
Share this answer
 

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