OnInit restores previous view or construct a new one, and then update view from model data.
[Visual Basic] Overrides Protected Sub OnInitComplete( _ ByVal EventArgs As EventArgs _ ) [C#] protected override void OnInitComplete( EventArgs EventArgs ); [C++] protected: void OnInitComplete( EventArgs* EventArgs ); [JScript] protected override function OnInitComplete( EventArgs EventArgs );
ManagedPage Class | AqDWeb.Base Namespace