DataPagerField::ViewState Property
Gets a dictionary of state information that enables you to save and restore the view state of a DataPagerField object across multiple requests for the same page.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Property Value
Type: System.Web.UI::StateBagAn object that contains the DataPagerField view-state information.
A data pager field's view state is the accumulation of all its property values. To preserve values across HTTP requests for the same page, ASP.NET server controls use this property to store the property values. The values are stored in an HTML hidden input element on the page. For more information, see ASP.NET View State Overview.
By default, view state is enabled for all server controls, but there are circumstances when you might want to disable it. For more information, see Performance Overview.
For more information about dictionaries and how to use them, see Collections and Data Structures.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.