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 / subhash - netedge computing
Request object
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
What is gridview in asp.net?
Explain the updatepanel?
What is the maximum timeout we can set for Cookies?
How many web config files can be created for an application?
What is server side session management?
How many types of validators are there in asp net?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
Explain about Multi-Language integration?
Is asp.net free?
What are the features that make asp.net more used framework? : asp.net mvc
What is a session in programming?
How would you turn off cookies on a page of a website?
Explain difference betn dataset and recordset?
How do u declare static variable and how it is declared and what is its lifetime?
Why is it preferred to not use finalize for clean up?