ObjectDataSource.TrackViewState Method

Definition

Tracks view-state changes to the ObjectDataSource control so that they can be stored in the StateBag object.

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

Remarks

The TrackViewState method is overridden to mark the starting point to begin tracking and saving changes to the control as part of the view state for the object.

Applies to

See also