DOTNET GLOBE
Pages
(Move to ...)
Home
Sql Server
▼
Pages
(Move to ...)
Home
▼
Sunday, August 7, 2011
Asp.Net Menu control is not working properly in Google chrome
Put below code in Page_Load event
if (Request.UserAgent.IndexOf("AppleWebKit") > 0)
{
Request.Browser.Adapters.Clear();
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment