What is State Management Asp.net And How Many Type?

State Management :

This article discusses various options for state management for web applications developed using ASP.NET. Generally,
web applications are based on stateless HTTP protocol which does not retain any information about user requests. 
In typical client and server communication using HTTP protocol, page is created each time the page is requested.Developer is forced to implement various state management techniques when developing applications which provide customized content and which "remembers" the user.
Here we are here with various options for ASP.NET developer to implement state management techniques in their applications. Broadly, we can classify state management techniques as client side state management or server side state management. Each technique has its own pros and cons.
  • About State Management

  • Hidden Fields, View State & Control State

  • Information Transferring

  • Session State

  • Session management-Programming Tutorials Place - Asp.net ...

    https://asp-net-by-parijat.blogspot.com/.../session-management-innet-programming.ht...
    Jul 24, 2014 - In This post we explain Session Management in the ASP.NET Programming. The Web API and how to use Session Where to Use. In Asp.net Sessions perform the work like a global variable which is Use stores and get information same we can store and Retrieve Information fromSession. Also Discuss ...

    Session-Programming Tutorials Place - Asp.net programming

    https://asp-net-by-parijat.blogspot.com/search/label/Session
    Asp.net Programming,C#,Active server pages ,sql server.Ajax.Html.

    Create Session-Programming Tutorials Place - Asp.net programming

    asp-net-by-parijat.blogspot.com/search/label/Create%20Session?m=0
    Asp.net Programming,C#,Active server pages ,sql server.Ajax.Html.

  • Cookies

  • Application State

  • Using HttpContext


we explain Session Management in the ASP.NET Programming. The Web API and how to use Session Where to Use. In Asp.net Sessions perform the work like a global variable which is Use stores and get information same we can store and Retrieve Information from Session. Also Discuss Advantage and Disadvantage of Session. http://asp-net-by-parijat.blogspot.in




Comments

Post a Comment

Popular posts from this blog