An NDoc Documented Class Library

ManagedPage Class

Page that supports proper two-way data-binding.

Page process: PreInit Init (from child to parent) InitComplete [if postback] LoadAllState [if postback] ProcessPostData PreLoad Load (from parent to child) [if postback] Retry ProcessPostData (WTF??) [if postback] RaiseChangedEvents [if postback] RaisePostBackEvent LoadComplete PreRender (from parent to child]) PreRenderComplete SaveAllState Render

For a list of all members of this type, see ManagedPage Members.

System.Object
   Control
      TemplateControl
         Page
            ManagedPage

[Visual Basic]
Public Class ManagedPage
    Inherits Page
    Implements , 
[C#]
public class ManagedPage : Page, , 
[C++]
public __gc class ManagedPage : public Page, , 
[JScript]
public class ManagedPage extends Page, , 

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: AqDWeb.Base

Assembly: AqDWeb (in AqDWeb.dll)

See Also

ManagedPage Members | AqDWeb.Base Namespace