Posted: 1/10/2006 6:56:58 PM EDT
|
I am experiencing serious performance slow downs using ASP.net 2.0 with TreeViews and Data Grids... Any suggestions??? |
Data Grids are normally pretty fast. Are you using an efficient Algorithm in your Application Code? I don't know about ASP.net 2.0 but for the .Net Framework 1.0 you will get a performance degradation if you don't clear out your .Net Temp Files. |
They will do that if you try to load too much data into them at once. It doesn't take a tremendous amount of data, either. Treeviews, especially, it seems. I had to go to the Infragistics tree which will load branches of the tree only on demand. |
Why wolfman... I never knew.... Ditto on the Infragistics. |
2MB page????????? ![]() ![]() There's no rational basis for 2MB of textual data on a single web page. Is this an internal application? If so, is the treeview data relatively static? If so, I'd push an XML file down to the local client machine and use that as a data source. |
Yes, there is. But the problem occurs before that.
Just as slow. The problem is in the rendering. |
