How to find the client browser type ?

Answers were Sorted based on User's Feedback



How to find the client browser type ?..

Answer / nirakar

Request.UserAgent

Is This Answer Correct ?    22 Yes 5 No

How to find the client browser type ?..

Answer / vinay

Response.Write(Request.Browser.Type);

Is This Answer Correct ?    13 Yes 2 No

How to find the client browser type ?..

Answer / tiger skumar

we can identify the browser name using javascript

var brw = new navigator();
alert(brw.appname);
alert(brw.appversion);

Is This Answer Correct ?    14 Yes 5 No

How to find the client browser type ?..

Answer / venmathi

Request.ServerVariables("http_user_agent")

Is This Answer Correct ?    7 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

All kind of access specifiers for a class and for methods ?

1 Answers   MMTS,


What is the use of autowireup in asp.net?

0 Answers  


• What are HttpHandlers? • What are HttpModules?

2 Answers  


Why mvc is faster than asp.net? : Asp.Net MVC

0 Answers  


What is the difference between response.redirect and server.transfer, how to choose one among the other?

3 Answers   247Customer,






What is odata in web api?

0 Answers  


Give 2 examples for scenarios when routing is not applied?

0 Answers   NA,


How do I open an ashx file in windows 7?

0 Answers  


how can you handle "control is not part of this page " error?

3 Answers   FactorH,


How does asp.net work?

0 Answers  


How may clustered index we can create in table?

0 Answers  


Difference between asp and asp.net?

4 Answers   Accenture,


Categories