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
What is the maximum number of classes that can be contained in one dll file?
Define xmlvalidatingreader class.
How do you store a value in viewstate and retrieve them?
What are the types of authentication in asp.net?
What describes a query?
How long does an http session last?
What are the new web part controls in asp.net 2.0 ?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Which is the parent class of the ASP.NET server control?
What is .net remoting?
How do you declare static variable? What is its lifetime?
Which object wraps the state or data of a user?
what is a .xap file? Explain with an example.
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?