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 / vani
The Session Object
Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
How long should a session id be?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Can we create a multiple user simultaneously ?
How tooltip is set through code-behind in ASP.NET?
How can you implement encapsulation in asp.net?
To load your generated dataset with data which method do you invoke?
What is Dynamic Web and discuss its usage with the help of real life examples?
what is meant by sitemapnode ?
Where would you use an ihttpmodule, and what are the limitations of any?
How does viewstate work?
Why we use content place holder in asp.net?
Elaborate differentiation between Cache and Application?
What is server side routing?
Is it possible to change the index of primary key on table?
What is the purpose of App_Code folder in ASP.NET? Why we this?