DataPagerField::TrackViewState Method ()
.NET Framework (current version)
Causes the DataPagerField object to track changes to its view state so that they can be stored in the control's ViewState property and persisted across requests for the same page.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
The TrackViewState method internally sets the IsTrackingViewState property to true and invokes the TrackViewState method for the ViewState object.
.NET Framework
Available since 3.5
Available since 3.5
Show: