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 a master page and what does it do?
How can we update records in gridview?Is there any appropriate code for it?
What is manifest in .net framework?
What can we do with asp.net?
How do you change the session time-out value?
Is LINQ performance wise better or using sqlcommand?
What is request and response in asp.net?
Difference between Response.redirect vs server.transfer?
What is the difference between system.stringbuilder and system.string
What is asp.net futures?
What is the difference between session.abandon() vs clear()?
What is HTTPModule and HTTPcontext? What is the use of each?
What is a uri query?
What is the namespace to create thread in .net?
Why session is necessary in web application?