[]
Saves any server control view-state changes that have occurred since the time the page was posted back to the server.
protected override object SaveControlState()
Protected Overrides Function SaveControlState() As Object
Type | Description |
---|---|
object | Returns the server control's current view state. If there is no view state associated with the control, this method returns null. |