Home  |  Contact us    
State management In Asp.Net


What are the ways to manage state in Asp.Net application?

Ways to manage state in Asp.Net are:
  • Using Session and Application objects to cache information.
  • Using Memory and Disk Cookies to preserve information.
  • Using hidden input fields or the URL -embedded information to pass information from one page to another.


  • Using the ViewState property of the page to set and retrieve information stored in a StateBag object.
  • Using SQL Server to store state information.


  • Category: ASP.NET Faqs, Interview Questions & Answers



    Ask New Questions
    Microsoft.Net Framework
    .Net 2.0 Namespaces
    .Net Assemblies
    OOPS Faqs in C#
    ASP.Net Faqs
    ASP.Net 2.0 Faqs
    Web Services Faqs
    ADO.Net Faqs
    Database Faqs
    OOPS Faqs
    IT Project Management