How long do items stored in ViewState remain valid?
Explanation
ViewState data persists only during the lifecycle of the current page. It does not survive beyond the page's processing and is not time-based like session timeouts.
ViewState data persists only during the lifecycle of the current page. It does not survive beyond the page's processing and is not time-based like session timeouts.