Nature Vs Computer - ASP.NET with C# and SQL Server, Indian wildlife, Bonsai etc.: ASP.NET Menu control in Google Chrome

Friday, October 10, 2008

ASP.NET Menu control in Google Chrome

ASP.NET Menu control in Google Chrome will create a problem to pop up by default.

Goolge Chrome will accepts ASP.NET menu control properly if the belowed code is written in Page Load event of the page.

if (Request.UserAgent.IndexOf("AppleWebKit") > 0) { Request.Browser.Adapters.Clear(); }