This is my Technical area of troubleshooting and learning new Programming skills and many more. Here you will find answers for many new technologies like asp.net 2.0/3.5,4.0 C# access, mysql, Amazon Webservice ,Sql-server, JD Edwards, SAS, Salesforce, APIs, MVC and many more. please visit & discuss.
Friday, September 5, 2008
Asp.net menu control not working on Google Chrome
Solution Put following code in your page load event.
if (Request.UserAgent.IndexOf("AppleWebKit") > 0) { Request.Browser.Adapters.Clear(); }
8 comments:
Thanks man.. help...
www.philippinebestwebdesign.com
thanks man for the help here...
Hey dude.. Thanks a lot... it works
Thank you gentle man
Thanks a lot , You are a star.
Thanx man , Thanks Alot its more help to meeeeeeeee
Thk u..Its wrking
Post a Comment