mbiro
Programmer
- Nov 20, 2001
- 304
I have a master page with an asp:menu control. The control has both static and dynamic templates. each page I go to on my site, there is a message in the status bar at the bottom of the browser that says '(150 Items Remaining) and it counts down from 150 to 0. This takes several seconds on each page load. I have tried binding the control to both XML and a sql server sitemap, it makes no difference. It always does the countdown of remaining items. If I remove the menu control, the page loads fast with no countdown. Have I done something wrong? I tried adjusting the caching, but again no affect.