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 / subhash - netedge computing
Request object
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
Explain Authentication mechanism in dotnet
What is the size of Get method and how much data it can store?
What is cached data phone?
Explain advantages of caching?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is Forms Authentication in ASP.NET?
Describe the application event handlers in ASP.NET?
How to prevent client side validation from the ASP.NET validation controls?
Explain exception filters?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is server side routing?
What is the use of HttpHandlers? When to use this?
To bind columns manually which tags do you need to add within the asp:datagrid ?
Define session in asp.net.