TemplateClass InstantiateIn Method A Sandcastle Documented Class Library
Instantiation class with provided container to instantiate the new control in.

Namespace: P4s3Web.App_Code
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void InstantiateIn(
	Control container
)

Parameters

container
Type: System.Web.UI Control

Implements

ITemplate InstantiateIn(Control)
See Also