SqlDataSource.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 the state of the properties in the SqlDataSource control that need to be persisted.
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
An object that represents the state of the SqlDataSource.
Community Additions
ADD
Show: