Hello Friends,
i was working on clone project of digg.com and i was facing one big problem which menu control of asp .net and all the ajax control toolkit`s control not properly working on Safari browser.
so i was searched lots of stuff to solve this problem and here is the solution which serves to you.
If (Request.UserAgent.IndexOf(”AppleWebKit”) > 0) Then
Request.Browser.Adapters.Clear()
End If
Just copy and paste above code in page_load() event in all the pages where you have a problem.
you can just copy master page`s page_load() event so all child inherites it.
Make post for this code it will work for you or not.
Thanks In Advance.
Tags: ajax control tool kit not works in safari, ajax not work in safari, Asp .Net Menu Control not works in safari, Asp .Net Menu Controls and Ajax Controls Not working in
Hello ! I am Arjun Jadeja a Software Engineer by Profession. You can contribute and I will distribute your ideas through this site. Thanks and Enjoy
One comment
Leave a reply