System.Web.UI.CompiledTemplateBuilder.InstantiateIn Method

Populates the System.Web.UI.Control object with the child controls contained in the template.

Syntax

public void InstantiateIn (Control ctrl)

Parameters

ctrl
a System.Web.UI.Control

Remarks

The CompiledBindableTemplateBuilder.InstantiateIn(Control) method is the System.Web.UI.TemplateBuilder class's implementation of the ITemplate.InstantiateIn(Control) method. It is used by ASP.NET to create the control hierarchy of the template and is not meant to be used directly in your code.

Requirements

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