I want to know what is lifespan for item stored in ViewState.
Thank you.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted May 23, 2012, 2:01 PM
Item stored in ViewState exist for the life of the current page. This includes postbacks (to the same page).
Thanks
VulpesPosted May 23, 2012, 1:40 PM
When a new page is requested, the ViewState of the previous page will be gone.