asp:menu control working slow on large amount of data on a page
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi, in my application i am using asp:menu control. when there is large amount of data on a page the menu control starts working slow. when i added <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE6" /> tag on the master page before doctype the menu started working properly, but the menu stylesheet changed. in the stylesheet i had to add a html td tag eg: td { font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; margin-left:5pt; line-height:15pt; } this solved the stylesheet issue. I want to know why i have to add <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE6" /> for making the menu control fast and why i have to add td tag in stylesheet. Thanks
Sandeep Kumbhar