How to find the client browser type ?
Answer Posted / 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 |
Post New Answer View All Answers
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Difference between singleton and singlecall.
What is the caspol.exe tool used for?
what is AutoEventWireUp and what is the use of This property explain in details?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What are session state modes? List some of the important session state modes of asp.net.
What is caching? What are different ways of caching in asp.net?
Is asp.net 64-bit enabled? How?
What is the difference between asp.net and mvc?
How to create events for a control?
Differentiate between namespace and assembly.
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What is a web api?
What’s the difference between response .redirect and server.transfer?