Click to See Complete Forum and Search --> : How can I find out the Browser and OS in C# application?


tal
05-25-2004, 05:38 AM
I have C# application and I need to find out what are the browser and OS used. Any idea?

PeOfEo
05-25-2004, 11:57 AM
request.servervariables("HTTP_USER_AGENT")
this should be helpful to you
http://aspnet.asp101.com/samples/servvars.aspx