0 votes
in IONIC by
Explain State management in ASP .Net.

2 Answers

0 votes
by

State Management means maintaining the state of the object. The object here refers to a web page/control.

There are two types of State management, Client Side, and Server side.

Client-Side – Storing the information in the Page or Client’s System. They are reusable, simple objects.

Server Side – Storing the information on the Server. It is easier to maintain the information on the Server rather than depending on the client for preserving the state.

0 votes
by

State management is a technique that is used to manage a state of an object on different request. It is very important to manage state in any web application. There are two types of state management systems in ASP.NET.

  1. Client side state management
  2. Server side state management

Related questions

0 votes
asked Dec 26, 2023 in Dot Net by GeorgeBell
0 votes
asked May 14, 2019 in Other by Robindeniel
...