How long do items stored in ViewState remain valid?

Choose the correct answer

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.

How long do items stored in ViewState remain valid? — ASP.net | PakQuizHub