ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2550 Page Views: 

What are the various ways to manage state in an ASP.Net application?



Posted By: Avi Date: 28 August 2009 06:32:42 AM
 Answer:

1. Application Object
2. Session Object
3. Viewstate Object
4. Cache Object
5. Cookies
6. Hidden Fields


Posted By: eTechPlanet


Date: 28 August 2009 06:32:42 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 49Vr1G
Related Questions
ASP.Net : What is the difference between Server-side and Client-side code?

What is the difference between Server-side and Client-side code?

Server-side code executes on the server, while client-side code executes in the context of the clien....
Category: ASP.Net Date: 8/28/2009 6:29:59 AM
ASP.Net : A web page page1.aspx calls page2.aspx to perform some computation. Page2.aspx does not have a UI. What code statement should be used to invoke page2.aspx?
ASP.Net : What is a main difference Between Machine.config and Web.config?

What is a main difference Between Machine.config and Web.config?

Machine.config: Configuration file for all the web applications in the system. Web.config: Configur....
Category: ASP.Net Date: 8/22/2009 7:28:17 AM
ASP.Net : What is the difference between Session.Abandon() and Session.Clear()?

What is the difference between Session.Abandon() and Session.Clear()?

Session.Abandon() method destroys all the objects stored in a Session object and releases their reso....
Category: ASP.Net Date: 8/6/2009 1:28:06 AM
ASP.Net : What are the various modes of ASP.Net SessionState?

What are the various modes of ASP.Net SessionState?

ASP.NET supports three modes of session state:

InProc:
In-Proc mode stores val....
Category: ASP.Net Date: 8/6/2009 1:12:14 AM