menu items displays slow in an application
-
hi, I have developed an application. I have used asp:menu control to display menu items. i navigate to a page, after the page is displayed , when i again move to select a menu item, the speed of displaying the menu levels becomes slow. this happens when i move to a particular page and then move to select a menu item. I have also observed that the same thing is working fine in ie6, but not in ie7.
Sandeep Kumbhar
-
hi, I have developed an application. I have used asp:menu control to display menu items. i navigate to a page, after the page is displayed , when i again move to select a menu item, the speed of displaying the menu levels becomes slow. this happens when i move to a particular page and then move to select a menu item. I have also observed that the same thing is working fine in ie6, but not in ie7.
Sandeep Kumbhar
How do you load the Menu items ? Are you loading them dynamically from the Database or they are static ?
Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/
-
How do you load the Menu items ? Are you loading them dynamically from the Database or they are static ?
Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/
hi, i am using asp:menu control to bind the menu items. Binding happens through xml datasource. also i observed that , menu control becomes slow when there are many items in listbox control in page. when i move to some other page without the list box control the menu control acts fast.
Sandeep Kumbhar