Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is ascx?

0 Answers  


What is a response cookie?

0 Answers  


How do we assign page-specific attributes?

0 Answers  


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


How do you turn off cookies for one page in your site?

2 Answers   IBS,


What is mvc in asp.net interview question? : Asp.Net MVC

0 Answers  


What is AppDomain?Explain how it works.

9 Answers   Tech Mahindra,


What is the difference between login controls and forms authentication?

0 Answers  


How can we create Tree control in asp.net?

0 Answers  


Name and describe some HTTP Status Codes and what they express to the requesting client ?

1 Answers  


What is the maximum number of classes that can be contained in one dll file?

0 Answers  


Where is asp.net session stored?

0 Answers  


Categories