ASP Programming Question:
Download Questions PDF

What is the lifespan for items stored in ViewState?

Answer:

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

Download ASP Programming Interview Questions And Answers PDF

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