What is the lifespan for items stored in ViewState?

Category > ASP.NET || Published on : Sunday, May 10, 2015 || Views: 2969 || lifespan for items stored in ViewState Interview Question


The items stored in ViewState live until the lifetime of the current page expires including the postbacks to the same page.