Base:
property
DataField
System.Web.UI.WebControls.BoundField.DataField
5 references to DataField
System.Web (5)
UI\WebControls\CheckBoxField.cs (5)
234string dataField = DataField; 281if (DataField.Length != 0 && (rowState & DataControlRowState.Edit) != 0) { 285else if (DataField.Length != 0) { 314throw new HttpException(SR.GetString(SR.CheckBoxField_WrongControlType, DataField)); 328throw new HttpException(SR.GetString(SR.CheckBoxField_CouldntParseAsBoolean, DataField), fe);