327.

What is the lifespan for items stored in ViewState?

As any web application works on request and response basis ,so on every post backs, The data in control gets lost. To retain page data on post backs, Asp.Net uses ViewState. It holds the data in hidden form fields and get fills the control with data. The