Saves any state that was modified after the TrackViewState()()()() method was invoked.

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

An object that contains the current view state of the control; otherwise, if there is no view state associated with the control, null.

Implements

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

See Also