NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.LoadState

Restores view state information from previous request.

[Visual Basic]
Overridable Protected Sub LoadState( _
   ByVal savedState As Object _
)
[C#]
protected virtual void LoadState(
   object savedState
);
[C++]
protected: virtual void LoadState(
   Object* savedState
);
[JScript]
protected function LoadState(
   savedState : Object
);

Parameters

savedState
The control state to be restored; previously saved by SaveState.

See Also

Control Class | Control Members | System.Web.UI Namespace