Forward the SaveViewState function here so that script files are included. This function also takes care of setting the ShouldRender flag which decides wheter the control should be rendered or not. If ViewState is disabled, this function should not be executed.

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public Object SaveViewState(
	Object savedState
)
Visual Basic (Declaration)
Public Function SaveViewState ( _
	savedState As Object _
) As Object

Parameters

savedState
Type: System..::.Object

See Also