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.SaveState

Saves view state for use with a later LoadState request.

[Visual Basic]
Overridable Protected Function SaveState() As Object
[C#]
protected virtual object SaveState();
[C++]
protected: virtual Object* SaveState();
[JScript]
protected function SaveState() : Object;

See Also

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