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(); }
No comments:
Post a Comment