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