System.Web.UI.WebControls.BoundField.InitializeDataCell Method

Initializes the specified System.Web.UI.WebControls.TableCell object to the specified row state.

Syntax

protected virtual void InitializeDataCell (DataControlFieldCell cell, DataControlRowState rowState)

Parameters

cell
The System.Web.UI.WebControls.TableCell to initialize.
rowState
One of the System.Web.UI.WebControls.DataControlRowState values.

Remarks

The BoundField.InitializeDataCell(DataControlFieldCell, DataControlRowState) method is a helper method used to initialize a cell in the System.Web.UI.WebControls.BoundField object.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0