Click here to Skip to main content
15,918,889 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am getting hit by performance thing. In my page i am using tab control (Ajax toolkit container) i have three tabs two tabs having two grids and a drop down and the third one i having the form with labels and text boxes and a upload control.my page is almost taking 30 seconds to load .Kindly help me is that because of the control or some thing else.

In Http watch:page size is mentioned as 128583 it took 30s to load for the first time.

Regards,
hsakarp.
Posted

1 solution

My personal suggestion would be to remove Ajax control toolkit and use something else like jQuery tab.

The reason why I am telling you this thing is:
If you look at the background work of Ajax control toolkit, then you will find that it sends the whole HTML once you click on any tab.

So it does not do any AJAX, it does AJAH (Asynchronous Javascript and HTML).

So my advice is to use jQuery Tab or any other tab and use AJAX nto AJAH :)
 
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