[]
When implemented by a class, loads the server control's previously saved view state to the control.
public virtual void LoadViewState(object state)
Public Overridable Sub LoadViewState(state As Object)
Type | Name | Description |
---|---|---|
object | state | A object that contains the saved view state values for the control. |