DataControlField.ToString Method
.NET Framework 3.0
Returns a string that represents this DataControlField object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
This method is implemented to return the value of the HeaderText property, if the property is set. Otherwise, this method simply returns a string that represents the type of the data control field (for example, "BoundField").
Community Additions
ADD
Show: