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
Is post back in asp.net?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
How can you use a custom controls in ASP.NET application?
What is the difference between ASP Session State and ASP.Net Session State?
What is session in asp.net?
Can more than one person use the same login?
What is special types forms
What is difference between cookies and cache?
Which method is used to enforce garbage collection in .net?
Define common type system?
Explain login controls.
Differentiate between namespace and assembly.
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain how dot net compiled code will become platform independent?
How can you implement encapsulation in asp.net?