When implemented by a class, saves the changes to a server control's view state to an Object.

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

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

Return Value

The Object that contains the view state changes.

Implements

IStateManager..::..SaveViewState()()()()

See Also