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
What does the orientation property do in a menu control?
What is recordset asp?
Which browsers support the xmlhttprequest object?
Which .NET framework supports Web API?
Web API supports which protocol?
What is the page life cycle in asp.net?
What is the difference between executescalar and executenonquery?
Explain about the Class view window?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Can you use Web API with ASP.NET Web Form?
What is the parent class of all web server control?
Explain the difference between web user control and web custom control?
How do you declare static variable? What is its lifetime?
How you can add an event handler?