---
title: "What is the lifespan for items stored in ViewState?"  
description: "What is the lifespan for items stored in ViewState?"  
author: "Anonymous User"  
published: 2011-05-23  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1013/what-is-the-lifespan-for-items-stored-in-viewstate  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is the lifespan for items stored in ViewState?

Item stored in ViewState exist for the life of the current page. This includes postbacks (to the same page).

## Answers

### Answer by Anonymous User

Item stored in ViewState exist for the life of the current page. This includes postbacks (to the same page).


---

Original Source: https://www.mindstick.com/interview/1013/what-is-the-lifespan-for-items-stored-in-viewstate

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
