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

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

See Also: Inherited members from System.Object

Public Methods

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

Extracts the value of the data control field from the current table cell and adds the value to the specified IDictionary collection.

Initialize(bool, System.Web.UI.Control) : bool

Performs basic instance initialization for a data control field.

InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, int)

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

override
ToString() : string

Returns a string that represents this System.Web.UI.WebControls.DataControlField object.

ValidateSupportsCallback()

When overridden in a derived class, signals that the controls contained by a field support callbacks.

Protected Methods

CloneField() : DataControlField

Creates a duplicate copy of the current System.Web.UI.WebControls.DataControlField-derived object.

CopyProperties(DataControlField)

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

abstract
CreateField() : DataControlField

When overridden in a derived class, creates an empty System.Web.UI.WebControls.DataControlField-derived object.

LoadViewState(object)

Restores the data source view's previously saved view state.

OnFieldChanged()

Raises the FieldChanged event.

SaveViewState() : object

Saves the changes made to the System.Web.UI.WebControls.DataControlField view state since the time the page was posted back to the server.

TrackViewState()

Causes the System.Web.UI.WebControls.DataControlField object to track changes to its view state so they can be stored in the control's DataControlField.ViewState property and persisted across requests for the same page.