ASP Programming Question:

What is the lifespan for items stored in ViewState?

Tweet Share WhatsApp

Answer:

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

Download ASP Programming PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
What is ViewState?What does the "EnableViewState" property do? Why would I want it on or off?