What ASP.NET object encapsulates the state of the client and
the browser?
a) The Session object
b) The Application object
c) The Response object
d) The Request object
e) The Server object
Answer Posted / amit das
The Request object
| Is This Answer Correct ? | 31 Yes | 14 No |
Post New Answer View All Answers
How to prepare culture-specific formatting in .net.
What is the equivalent of date() and time() in asp.net?
What is server side session management?
What are the steps to follow to host a web application on a web server?
Explain the use of view state?
Explain form level validation and field level validation?
Where is asp.net view state stored?
What are the security types in asp.net?
How can we register exception filter from the action?
How do I upload a file from my ASP.NET page?
Do you know using sql cache invalidation?
What is authorization in asp.net?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
How can you pass multiple complex types in Web API?
Explain difference between dataset and datareader?