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:

ITWORLD
If you have any question then you put your question as comments.

Put your suggestions as comments