Version

TemplateContainerControl Property

Provides access to the one and only Container for Templates. This Control is used as a collection manager for all templates created for objects that are not part of the control tree. In order to be more light weight, many collection objects do not inherit from WebControl and do not get added to the control tree. Therefore, they need a place to store templates so that they are contained in the control tree. The TemplateContainerControl is the place where they are maintained.
Syntax
'Declaration
 
ReadOnly Property TemplateContainerControl As Control
Control TemplateContainerControl {get;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also