More Group Sites
School Rankings
Jobless Net
Better Home
Enviro++


Help | Subscribe/Unsubscribe | Rules | Other Group Sites: Better Education | Better Education Forum
Welcome Guest Search | Active Topics | Members | Log In | Register

ASP.NET menu control not working in Chrome or IE 8 Options · View
hong
Posted: Sunday, January 09, 2011 7:44:59 AM

Rank: Administration
Groups: Administration

Joined: 11/23/2008
Posts: 335
Points: 711
Location: Australia
If asp.menu is not working properly (with broken sub-menu) in Google chrome while it is working well in IE or Firefox, put following code in your page load event. If you use master page, you can place it there too.
Code:
if (Request.UserAgent.IndexOf("AppleWebKit") > 0)
{
Request.Browser.Adapters.Clear();
}


If the problem occurs in IE8, please visit How to set the IE7-Compatibility Mode in an ASP.NET application to deal with broken Sub-menu in IE8.

Related:
Problem with rendering asp.net menu control in Chrome and Safari

Sponsor
Posted: Sunday, January 09, 2011 7:44:59 AM
albertoAlpire
Posted: Monday, October 17, 2011 10:53:20 PM
Rank: Newbie
Groups: Member

Joined: 10/17/2011
Posts: 1
Points: 3
Location: Brazil
Beautiful! Thanks a lot Applause
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

ASPNET Theme created by Boskone (Dan Ferguson)
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.
This page was generated in 0.064 seconds.