Posts Tagged ‘asp’

Detect browser using asp.net

I have found the following line of code in MSDN. So saved that now just incase I need that in future. private void Button1_Click(object sender, System.EventArgs e) { System.Web.HttpBrowserCapabilities browser = Request.Browser; string s = “Browser Capabilities\n” + “Type = ” + browser.Type + “\n” + “Name = ” + browser.Browser + “\n” + “Version [...]

Continue reading »

Follow

Get every new post delivered to your Inbox.