---
title: "What is the state management in ASP.NET?"  
description: "What is the state management in ASP.NET?"  
author: "Elena Glibart"  
published: 2017-11-15  
canonical: https://answers.mindstick.com/qa/30640/what-is-the-state-management-in-asp-dot-net  
category: "programming"  
tags: [".net programming", "asp.net"]  
reading_time: 1 minute  

---

# What is the state management in ASP.NET?

What is the [state management](https://www.mindstick.com/blog/219/state-management-in-asp-dot-net) in [ASP.NET](https://www.mindstick.com/articles/257/ajax-toolkit-calendarextender-control-in-asp-dot-net)?

## Answers

### Answer by Arti Mishra

**“State [Management](https://www.mindstick.com/articles/23350/how-to-choose-a-project-management-platform-for-your-business) in ASP.NET”** In the ASP.NET programming language, MVC provides the state management techniques that are **used for maintaining the data when we redirect from one web page to another webpage or reloading the current webpage**. There are several techniques where we can manage it. Like using- \
1. Cookie 2. Hidden Field 3. Query String 4. ViewData 5. Big Data 6. TempData Above object is used for passing data from the controller to view the next request.\
![What is the state management in ASP.NET?](https://answers.mindstick.com/questionanswer/35fbe350-1faa-46bb-9774-06aa56e2bc17/images/0fc2e79e-0ab5-4db0-96ad-38d7062d213c.jpg)\
\
**Client-Side State Management** Client-side state management **based on user information**, which is **stored on clients computers.**\
**Server-Side State Management** It is different from client-side state management but **all the functionality and working are same**. In server-side state management, **all the information are stored on a database or server.** \


---

Original Source: https://answers.mindstick.com/qa/30640/what-is-the-state-management-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
