IStateManager Methods
.NET Framework (current version)
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | LoadViewState(Object) | 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:
