Get Browser Name, Version & Platform in ASP.Net

Response.Write(System.Web.HttpContext.Current.Request.Browser.Browser.ToString());

Response .Write(System.Web.HttpContext.Current.Request.Browser.Version.ToString());

Response.Write(System.Web.HttpContext.Current.Request.Browser.Platform.ToString());

Comments

Popular posts from this blog

Send Mail Using ASP.Net

jQuery Ajax PHP Connectivity Example