Calendar.LoadViewState Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Loads a saved state of the Calendar control.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected void LoadViewState ( Object savedState )
protected override function LoadViewState ( savedState : Object )
Not applicable.
Parameters
- savedState
A System.Object that contains the saved condition of the Calendar.
Community Additions
ADD
Show: