Gets or sets the name of the field from the data source containing the text to display for the hyperlink captions in the System.Web.UI.WebControls.HyperLinkField object.
Documentation for this section has not yet been entered.
Use the HyperLinkField.DataTextField property to specify the name of the field that contains the text to display for the hyperlink captions in the System.Web.UI.WebControls.HyperLinkField object.
Instead of using this property to bind the hyperlink captions to a field, you can use the HyperLinkField.Text property to set the hyperlink captions to a static value. With this option, each hyperlink shares the same caption.
If the HyperLinkField.DataTextField and HyperLinkField.Text properties are both set, the HyperLinkField.DataTextField property takes precedence.