LoadPrivateViewState Method

Loads private view state.

protected virtual void LoadPrivateViewState(
   Object state
)

Parameter

  • state
    Current view state of the control.

Remarks

The state passed in can be null. Controls can override this method to load private view state stored by overriding SavePrivateViewState method. Called internally by the ASP.NET.

See Also

Applies to: Form Class | MobileControl Class