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 / jay
a) The Session object
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
How to add DateTime Control in normal DataGrid Server Control?
Explain how is a property designated as read-only?
What is the maximum amount of memory any single process on windows can address?
what are configuration files?
What are the media types of http requests and response?
how to debug web services on consumer side?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Why and where this web.config file is used?
What does session_start () do?
What is the use of placeholder control? Can we see it at runtime?
what is DLL Hell and how it is solved in .NET? please explain clearly??
What are the Types of object in asp