How can store a data/Information on client side and server side ?
Ask by Anonymous User
Updated 20 Sep 2020
State Management System
These features are as follows:
View state, control state, hidden fields, cookies, and query strings all involve storing data on the client in various ways. However, application state, session state, and profile properties all store data in memory on the server. Each option has distinct advantages and disadvantages, depending on the scenario.