TemplateBuilder Class
.NET Framework 2.0
Supports the page parser in building a template and the child controls it contains.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
To use a custom TemplateBuilder class for a control, create a custom ControlBuilder for the control, and then return the custom TemplateBuilder control from the GetChildControlType method.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Community Additions
ADD
Show: