System.Web.UI.Page.FrameworkInitialize Method

Initializes the control tree during page generation based on the declarative nature of the page.

Syntax

protected override void FrameworkInitialize ()

Remarks

The Page.FrameworkInitialize method initializes the System.Web.UI.Page object and creates the control tree based on the declarative nature of the page. The Page.FrameworkInitialize method is overridden by the page parsing and code generation for the System.Web.UI.Page class for a declarative page. Ordinarily, you should not over need to override this method. If overriding, be sure to call the base class's Page.FrameworkInitialize method.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0