How to find the client browser type ?
Answers were Sorted based on User's Feedback
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 |
All kind of access specifiers for a class and for methods ?
What is the use of autowireup in asp.net?
• What are HttpHandlers? • What are HttpModules?
Why mvc is faster than asp.net? : Asp.Net MVC
What is the difference between response.redirect and server.transfer, how to choose one among the other?
What is odata in web api?
Give 2 examples for scenarios when routing is not applied?
How do I open an ashx file in windows 7?
how can you handle "control is not part of this page " error?
How does asp.net work?
How may clustered index we can create in table?
Difference between asp and asp.net?