Link to home
Start Free TrialLog in
Avatar of tenriquez199
tenriquez199

asked on

how to make my application .NET faster?

I have a application web in C#.NET, I put multiple GridViews and i think that it`s the reason that my applicaciont is so slow, My question is...

is there anyway to make my application faster without removing Grids?
Avatar of radcaesar
radcaesar
Flag of India image

Remove view states on server controls

Enable connection pooling

Use Caching

And many more, Here is one from MS (I cant recall all :) )

http://msdn.microsoft.com/en-us/library/ms973839.aspx

ASKER CERTIFIED SOLUTION
Avatar of Dmitry G
Dmitry G
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi, it is possible. How to retrieve all the data into gridview in your application. It is require to use stored procedures and if you want to display data only then use the datareader, not dataset or datalist.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
what datagrid dispaly and is it used paging.
use fiddler or YSlow addin for Fire Fox to determine where the bottle neck is. Once you know what is slow or what the application is doing begtween the client and the server you can widdle down the time.

http://www.fiddler2.com/fiddler2/