My code is:
protected void btn_log_Click(object sender, EventArgs e)
{
System.Web.HttpBrowserCapabilities browser = Request.Browser;
string opSystem = browser.Platform;
string browserName = browser.Browser;
string Version = browser.Version;
}
My problem: i am getting the IE11 Version as 0.00 and browser name as Mozilla