This documentation is archived and is not being maintained.
IStateManager Methods
Visual Studio 2010
The IStateManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
LoadViewState | When implemented by a class, loads the server control's previously saved view state to the control. |
|
SaveViewState | When implemented by a class, saves the changes to a server control's view state to an Object. |
|
TrackViewState | When implemented by a class, instructs the server control to track changes to its view state. |
Show: