System.Web.UI.WebControls.TemplateField: Method Members

The methods of System.Web.UI.WebControls.TemplateField are listed below. For a list of all members, see the TemplateField Members list.

See Also: Inherited members from System.Web.UI.WebControls.DataControlField

Public Methods

override
ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary, DataControlFieldCell, DataControlRowState, bool)

Extracts the value of the data control fields as specified by one or more two-way binding statements (DataBind) from the current table cell and adds the values to the specified System.Collections.Specialized.IOrderedDictionary collection.

override
InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, int)

Adds text or controls to a cell's controls collection.

override
ValidateSupportsCallback()

Determines whether the controls contained in a System.Web.UI.WebControls.TemplateField object support page callbacks.

Protected Methods

override
CopyProperties(DataControlField)

Copies the properties of the current System.Web.UI.WebControls.TemplateField-derived object to the specified System.Web.UI.WebControls.DataControlField object.

override
CreateField() : DataControlField

Creates a new System.Web.UI.WebControls.TemplateField object.