ASP Programming Question:
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).
Previous Question | Next Question |
What is ViewState? | What does the "EnableViewState" property do? Why would I want it on or off? |