How to find the client browser type ?
Answer Posted / vinay
Response.Write(Request.Browser.Type);
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is the used of "ispostback" property?
What are the HTML server controls in ASP.NET?
Which is faster viewbag or viewdata?
Can any body provide me the sample web application in asp.net
How can I configure asp.net applications that are running on a remote machine?
Define xmlreader class.
Which is faster viewdata or viewbag?
Diff between web user control and web custom control?
What is http post and http get?
To add a hyperlink column to the DataGrid which tag is used ?
What is the function of the ViewState property?
What is the differences between a primary key and a unique key in sql server?
Disable browser cache for entire ASP.NET website?
What is difference Between Authentication and authorization?
What are the different types of proxy patterns?