Quantcast
Channel: Powertips » ASP.Net
Viewing all articles
Browse latest Browse all 10

Bugs: Menu Control does not work on Safari and Chrome browser

$
0
0

Here’s a code for fixing this known issue on the Safari and Chrome browsers

  1. If (Request.UserAgent.IndexOf("AppleWebKit") > 0) Then
  2.             Request.Browser.Adapters.Clear()
  3. End If



Viewing all articles
Browse latest Browse all 10

Trending Articles