The members of System.Web.UI.TemplateControl are listed below.
See Also: Inherited members from System.Web.UI.Control
Initializes a new instance of the System.Web.UI.TemplateControl class. |
AppRelativeVirtualPath | string.
Gets or sets the application-relative, virtual directory path to the file from which the control is parsed and compiled. |
AutoHandlers | int.
The TemplateControl.AutoHandlers property has been deprecated in ASP.NET NETÂ 2.0. It is used by generated classes and is not intended for use within your code. | |
[read-only] | SupportAutoEvents | bool.
Gets a value indicating whether the System.Web.UI.TemplateControl control supports automatic events. |
LoadControl(string)
| ||
LoadControl(Type, object[])
| ||
LoadTemplate(string)
| ||
ParseControl(string)
| ||
ParseControl(string, bool)
| ||
ReadStringResource()
| ||
static | ReadStringResource(Type)
|
Construct()
| ||
CreateResourceBasedLiteralControl(int, int, bool)
| ||
Eval(string)
| ||
Eval(string, string)
| ||
FrameworkInitialize()
| ||
GetGlobalResourceObject(string, string)
| ||
GetGlobalResourceObject(string, string, Type, string)
| ||
GetLocalResourceObject(string)
| ||
GetLocalResourceObject(string, Type, string)
| ||
OnAbortTransaction(EventArgs)
| ||
OnCommitTransaction(EventArgs)
| ||
OnError(EventArgs)
| ||
SetStringResourcePointer(object, int)
| ||
WriteUTF8ResourceString(HtmlTextWriter, int, int, bool)
| ||
XPath(string)
| ||
XPath(string, string)
| ||
XPath(string, System.Xml.IXmlNamespaceResolver)
| ||
XPath(string, string, System.Xml.IXmlNamespaceResolver)
| ||
XPathSelect(string)
| ||
XPathSelect(string, System.Xml.IXmlNamespaceResolver)
|
AbortTransaction |
Occurs when a user ends a transaction. | |
CommitTransaction |
Occurs when a transaction completes. | |
Error |
Occurs when an unhandled exception is thrown. |
System.Web.UI.IFilterResolutionService.CompareFilters |
Returns a value that indicates whether a parent/child relationship exists between two specified device filters. | |
System.Web.UI.IFilterResolutionService.EvaluateFilter |
Returns a value that indicates whether the specified filter is a type of the current filter object. |