MobileControl.TrackViewState Method

Definition

Causes tracking of view-state changes to the server control so they can be stored in the server control's ViewState property. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

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

Applies to