System.Web.UI.WebControls.SqlDataSource.LoadViewState Method

Loads the state of the properties in the System.Web.UI.WebControls.SqlDataSource control that need to be persisted.

Syntax

protected override void LoadViewState (object savedState)

Parameters

savedState
An object that represents the state of the System.Web.UI.WebControls.SqlDataSource.

Remarks

The SqlDataSource.LoadViewState(object) method is used to load the previously saved view state of the System.Web.UI.WebControls.SqlDataSource control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0