TemplateBasedControl.TemplateName Property
Windows SharePoint Services 3
Gets or sets the name of the control's rendering template.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
The default implementation of the TemplateName property returns the value of the DefaultTemplateName property unless a specific value has been set for the TemplateName property.
Notes to Callers: Typically, calling code should set the TemplateName property to the value of the ID attribute of a <RenderingTemplate> element in an .ascx file that is located in the following folder:C:\program files\common files\microsoft shared\web server extensions\12\template\controltemplates
The ID attribute identifies the RenderingTemplate object that renders the control.
If you want to render the control differently in certain contexts, such as on particular forms, you can designate an alternative template by using the AlternateTemplateName property. Avoid using the DefaultTemplateName property for this purpose; this will enhance your code's readability and its consistency with other classes that are derived from the TemplateBasedControl class.