QueryableDataSourceView::LoadViewState Method (Object^)

.NET Framework (current version)
 

Restores the previously saved view state for the data source view.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
virtual void LoadViewState(
	Object^ savedState
)

Parameters

savedState
Type: System::Object^

The QueryableDataSourceView control state to restore.

.NET Framework
Available since 4.0
Return to top
Show: