1 write to boundField
System.Web (1)
UI\WebControls\BoundColumn.cs (1)
137
boundField
= DataField;
4 references to boundField
System.Web (4)
UI\WebControls\BoundColumn.cs (4)
173
if (
boundField
.Length != 0) {
200
if (!
boundField
.Equals(thisExpr)) {
201
boundFieldDesc = TypeDescriptor.GetProperties(dataItem).Find(
boundField
, true);
203
throw new HttpException(SR.GetString(SR.Field_Not_Found,
boundField
));