System.Web.UI.TemplateControl Class

Provides the System.Web.UI.Page class and the System.Web.UI.UserControl class with a base set of functionality.

See Also: TemplateControl Members

Syntax

public abstract class TemplateControl : Control, IFilterResolutionService, INamingContainer

Remarks

The System.Web.UI.TemplateControl class is an abstract class that provides common properties and methods for the System.Web.UI.Page class and the System.Web.UI.UserControl class. A new instance of the System.Web.UI.TemplateControl is not created directly.

The System.Web.UI.TemplateControl class defines methods supporting declarative data-binding expressions:

For more information on data-binding expression, see Data Binding Expression Syntax and ASP.NET Data Binding.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0