ASP Programming Question:

What is the lifespan for items stored in ViewState?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

Item stored in ViewState exist for the life of the current page. This includes postbacks (to the same page).


Previous QuestionNext Question
What is ViewState?What does the "EnableViewState" property do? Why would I want it on or off?