This is my technical area for troubleshooting and learning new programming skills and much more. Here, you will find answers on a wide range of technologies such as AI, Machine Learning, OpenAI, Databricks, ASP.NET, C#, Python, Microsoft Access, MySQL, Amazon Web Services, SQL Server, PL/SQL, JD Edwards, SAS, Salesforce, APIs, MVC, and many others. Please feel free to visit and join the discussion!
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