Showing posts with label Browser. Show all posts
Showing posts with label Browser. Show all posts

Monday, March 7, 2011

Detect Browser (Server side)

"How to determine browser type in server-side code without the BrowserType object in ASP.NET" ( http://bit.ly/hAAFXl )

lblUserAgent.Text = Request.Browser.Browser & " " & Request.Browser.Version