DotnetPrograming

Dotnet Programing : Dotnet Interview Questions,CrystalReports-Datagrid-DotnetRemoting-DropDownList-LINQ-ListView-N-Tier Architecture-Serialization-smartClinetApplications-UserControls-ValidationControls-WebServices.

Archive for the ‘State Management’ Category

What is the lifespan for items stored in ViewState?

Posted by dotnetprograming on April 29, 2009

Item stored in ViewState exist for the life of the current page. This includes postbacks (to the same page).

Posted in State Management | Leave a Comment »