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
Explain the difference between inline and code behind - which is best in?
Explain server control extensibility with reference to asp.net 2.0 ?
How is application management and maintenance improved in asp.net 2.0?
What does aspcompat="true" mean?
Are xaml file compiled or built on runtime?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
How does http session work?
What are the disadvantages of asp.net?
How do you remove duplicates without using remove duplicate stage?
What is authorization in asp.net?
What is work flow gen? how can it will work with .Net?
What is state management technique?
How can we create Tree control in asp.net?
Which is faster viewdata or viewbag?