CompiledTemplateBuilder.InstantiateIn Method
.NET Framework 2.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Populates the Control object with the child controls contained in the template.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
public final void InstantiateIn ( Control container )
public final function InstantiateIn ( container : Control )
Not applicable.
Parameters
- container
A Control that represents the container used to store the child controls in the template.
The InstantiateIn method is the TemplateBuilder class's implementation of the ITemplate.InstantiateIn 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.
Community Additions
ADD
Show: