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
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What describes a query?
What is http protocol and how it works?
Where viewstate value is stored in asp.net?
What is ascx?
What r the asp.net list controls and diff. Between them?
What is server side session management?
Explain how is a property designated as read-only?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Explain about Multi-Language integration?
Explain the basic functionality of garbage collector?
What are cookies in your browser?
Where is asp.net session stored?
What are the different types of cookies in asp.net?
what is the difference between response.write() and response.output.write()?