Populates the System.Web.UI.Control object with the child controls contained in the template.
- ctrl
- a System.Web.UI.Control
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.