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