ControlAdapter.LoadAdapterState Method (Object)
.NET Framework (current version)
Loads the view state. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
abstract LoadAdapterState : state:Object -> unit override LoadAdapterState : state:Object -> unit
Parameters
- state
-
Type:
System.Object
The current view state.
Implements
IControlAdapter.LoadAdapterState(Object)This method is called when the control loads its private view state. A device adapter can save the adapter-specific view for a control.
.NET Framework
Available since 1.1
Available since 1.1
Show: