What is Difference between Application object and Session Object
Answer Posted / senthil
Session objects resets when a user logs out i.e,the user
session is timmed out but applications objects are reset
when the application is uninstalled.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What is postback and autopostback in asp.net?
Explain page output caching?
How can u deifne the benefits and limitation of using Viewstate for state management?
What is caching in asp.net?
What is the default Orientation property in a Menu control?
What is a 1x1 pixel?
What is Partial PostBack in ASP.NET?
If you are using components in your application, how can you handle exceptions raised in a component?
What is the purpose of master page?
What are the asp.net server side objects?
What does passport and windows authentication mean in ASP.NET?
What is application and session in asp.net?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc