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 the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is difference between session and cookie?
What is the difference between client-side and server-side validations in webpages?
How can you implement the postback property of an asp.net control?
Which property is used to identify the Page is Post Back in ASP.NET?
What is difference between view and partial view?
Web API supports which protocol?
What are HTTP handlers in ASP.NET?
Differentiate between authentication and authorization.
What are the security types in asp.net?
What language is asp.net written in?
What are the events that happen when a client requests an asp.net page from iis server?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What are the different method of navigation in asp.net?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc