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 / eswar
The Request Object
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
In which event of the page viewstate is available?
What is the difference between the response.write() and response.output.write() methods?
Explain the use of duration attribute of @outputcache page directive.
What is an il?
What are the namespaces used in asp.net mvc? : asp.net mvc
What is a web api?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is active web pages?
What is the request flow used for asp.net mvc framework? : asp.net mvc
Is asp.net core faster?
How can we implement a identity (sql server) call in an asp.net page?
When Cookies are expired in ASP.NET?
What do you mean by authentication?
Is it possible to write code in many languages in one asp.net project?