CheckBoxField.InitializeDataCell Method (DataControlFieldCell, DataControlRowState)

 

Initializes the specified DataControlFieldCell object to the specified row state.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Protected Overrides Sub InitializeDataCell (
	cell As DataControlFieldCell,
	rowState As DataControlRowState
)

The InitializeDataCell method is a helper method used to initialize a cell in the CheckBoxField object.

.NET Framework
Available since 2.0
Return to top
Show: