PagePorter Class Library

FpPage.LoadViewState Method 

Overridden. Restores view-state information from a previous page request that was saved by the SaveViewState method.

[Visual Basic]
Overrides Protected Sub LoadViewState( _
   ByVal savedState As Object _
)
[C#]
protected override void LoadViewState(
   object savedState
);

Parameters

savedState
An Object that represents the control state to be restored.

Remarks

This method is overridden only to call the EnsureChildControls method so the shared border controls that are added in at runtime are also added in for post-backs.

See Also

FpPage Class | Parastream.Web.UI Namespace