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 / priya khanna
c The response object
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
What is an axd file?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
How asynchronous call can be implemented using delegates?
How many ways are there to maintain a state in .net? What is view state?
What is different in .net 1.1 and .net 2.0?
What is meant by server side scripting?
What is considered a service provider?
Which method is used to perform all validation at the page level?
How does asp net store session ids by default?
What is Dynamic Web and discuss its usage with the help of real life examples?
What are the event handlers that we can have in global.asax file?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
Explain authorization levels in .net ?
Briefly describe the role of global.asax?
What is manifest in .net framework?