Saves state information into control state if viewstate is disabled.

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

Syntax

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

Parameters

savedState
Type: System..::.Object
Base saved state

Return Value

New state to save into control state

See Also