Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have thousands of data in my table...If i fetch ali the values to my website, it takes more time to load all the datas...So the performance becomes very slow....
how to reduce the page load time so that it should fetch the datas fastly from the database...
Posted
Updated 26-Jun-12 20:55pm
v2
Comments
Vani Kulkarni 27-Jun-12 2:29am    
Ok, what have you tried to avert it?

 
Share this answer
 
v3
Hi,

if you are using gridview to show your data proceed following steps,

1) add paging to your gridview.
2) depend upon paging fetch data using Row_Number
3) use pagelevel caching.

this primary steps will increase speed to load of your page.

or you can also follow links given in vani kulkarni.

thanks
-Amit
 
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