System.Web.UI.Control.BuildProfileTree Method

Gathers information about the server control and delivers it to the Page.Trace property to be displayed when tracing is enabled for the page.

Syntax

protected void BuildProfileTree (string parentId, bool calcViewState)

Parameters

parentId
The identifier of the control's parent.
calcViewState
A Boolean that indicates whether the view-state size is calculated.

Remarks

This property gathers the information necessary about a page's UI hierarchy and passes it to the page's <trace> Element property. When you enable tracing, either for a page or for your application, this information is displayed in the Control Tree section of the trace output. Trace output for a page is appended to the end of the page; while trace output for an application can be viewed from the trace viewer (trace.axd file) which is stored in the application's root directory. For more information about tracing, see ASP.NET Tracing Overview.

Requirements

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