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 are ASP.NET Web Forms? How is this technology different than what is available though ASP?

1 Answers   BirlaSoft,


What are asynchronous callbacks ?

6 Answers   Accenture, BirlaSoft,


Why do we need url encoding?

0 Answers  


Which methods validate all the controls on a page?

0 Answers  


What are validator? Name the validation controls in asp.net? How do you disable them?

0 Answers  


What is the difference between <%#%> and <%=%>?

5 Answers   IBS,


How do I force the dispose method to be called automatically, as clients can forget to call dispose method?

0 Answers  


What is asp.net globalization?

0 Answers  


When using the Pager object, inorder to know which page to go, which property you have to set to grid?

0 Answers   Siebel,


How do active server pages work?

0 Answers  


What is a SESSION and APPLICATION object?

0 Answers  


what is service contract,operation contract?

2 Answers  


Categories