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 / vani
The Session Object
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
Define msil.
Explain server control extensibility with reference to asp.net 2.0 ?
Describe in brief .net framework and its components.
Distinguish between Server-side and Client-side code?
What parameters can you pass in the url of the api? Can get and post use the same url?
Where is session data stored in asp net?
What is route in web api?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Why is global asax is used for?
What do you mean by query string?
How can I create master page in asp net?
If you are using components in your application, how can you handle exceptions raised in a component?
What is the difference between session object and application object?
What is request and response in asp.net?
Explain the concept of View Model in MVC?