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

In the context of a comparison, what is object identity versus object equivalence?

1 Answers  


What base class do all Web Forms inherit from?

2 Answers   Siebel Systems,


Which asp.net objects encapsulate the state of the client and the browser?

0 Answers  


Does asp.net still recognize the global.asa file?

0 Answers  


In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

8 Answers   Proteans,






what is webpart? what r the parts in this webpart (zone)

2 Answers  


What does clearing cache?

0 Answers  


How can we create pie chart in asp.net?

0 Answers  


Can a master page inherit another master page?

13 Answers   Emphasis, IBM, NIIT, Sebiz Square,


How do cookies work? Give an example of their abuse.

0 Answers  


What is the function used for removing an event listener?

0 Answers  


What is the difference between session and viewstate in asp.net?

0 Answers  


Categories