DataPagerField.SaveViewState Method

Definition

Saves the changes that were made to the DataPagerField object's view state.

protected:
 virtual System::Object ^ SaveViewState();
protected virtual object SaveViewState ();
abstract member SaveViewState : unit -> obj
override this.SaveViewState : unit -> obj
Protected Overridable Function SaveViewState () As Object

Returns

The view-state changes for the control.

Remarks

If there is no view state associated with the object, the SaveViewState method returns null.

The SaveViewState method is primarily used by control developers.

Applies to

See also