WebUpdateController.SaveControlState Method

Saves any server control state changes that have occurred since the time the page was posted back to the server.

[Visual Basic]

Overrides Protected Function SaveControlState() As Object

[C#]

override protected object SaveControlState()

Return Value

Returns the server control's current state. If there is no state associated with the control, this method returns null.

See Also

WebUpdateController Class | WebUpdateController Members | Kjs.AppLife.Update.Web Namespace