DataPager.TrackViewState Method

Definition

Tracks view-state changes to the DataPager control so that they can be stored in the control's StateBag object. This object can be accessed through the ViewState property.

protected:
 override void TrackViewState();
protected override void TrackViewState ();
override this.TrackViewState : unit -> unit
Protected Overrides Sub TrackViewState ()

Remarks

The TrackViewState method is called automatically at the end of the Init event in the DataPager control's life cycle. This method alerts ASP.NET to monitor changes to the DataPager server control's view state.

Applies to

See also