[]
Restores view-state information from a previous page request that was saved by the SaveViewState method.
protected override void LoadViewState(object savedState)
Protected Overrides Sub LoadViewState(savedState As Object)
Type | Name | Description |
---|---|---|
object | savedState | An Object that represents the control state to be restored. |