2
Reply

What is the lifespan for items stored in ViewState?

sri kanth

sri kanth

Nov 19, 2014
3.5k
0

    View state is page level use only.This includes post backs (to the same page). when you redirect to other page it gets destroyed.

    Rajkumar Bandekar
    December 23, 2014
    0

    The items stored in ViewState live until the lifetime of the current page expires including the postbacks to the same page.More Interview Question and Answer : http://dotnet-interview-question-answer.blogspot.in/2014/09/asp.net-interview-question-and-answer.html

    sri kanth
    November 19, 2014
    0