QueryableDataSourceView.IStateManager.LoadViewState Method (Object)

.NET Framework (current version)
 

When implemented by a class, loads the server control's previously saved view state for the control.

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

Private Sub LoadViewState (
	state As Object
)
	Implements IStateManager.LoadViewState

Parameters

state
Type: System.Object

The state of the data source control.

This member is an explicit interface member implementation. It can be used only when the QueryableDataSourceView instance is cast to an IStateManager interface.

.NET Framework
Available since 4.0
Return to top
Show: