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

Give 2 examples for scenarios when routing is not applied?

0 Answers   NA,


How can u debug your .net application?

0 Answers  


What are cookies in asp.net?

0 Answers  


What is asp.net mvc5? : Asp.Net MVC

0 Answers  


What are the memory-mapped files?

0 Answers  






Which tool you have done?

0 Answers  


Features in ASP.NET ?

1 Answers   Microsoft,


What are the main advantages of using asp.net?

0 Answers  


Life cycle of ASP.NET page when a request is made ?

4 Answers   MMTS,


How do you perform validations ?

2 Answers   Microsoft,


Why do we need a web application session?

0 Answers  


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

0 Answers  


Categories