Gets or sets the names of the fields from the data source used to construct the URLs for the hyperlinks in the System.Web.UI.WebControls.HyperLinkField object.
Documentation for this section has not yet been entered.
Use the HyperLinkField.DataNavigateUrlFields property when the data source contains multiple fields that must be combined to create the hyperlinks for the System.Web.UI.WebControls.HyperLinkField object. The fields specified in the HyperLinkField.DataNavigateUrlFields property are combined with the format string in the HyperLinkField.DataNavigateUrlFormatString property to construct the hyperlinks in the System.Web.UI.WebControls.HyperLinkField object.
When you set the HyperLinkField.DataNavigateUrlFields property with declarative code in an .aspx file, use a comma-separated list of field names.
Instead of using this property to bind the URLs of the hyperlinks to a field, you can use the HyperLinkField.NavigateUrl property to set the hyperlinks' URL to a static value. With this option, each hyperlink shares the same URL.
If the HyperLinkField.DataNavigateUrlFields and the HyperLinkField.NavigateUrl properties are both set, the HyperLinkField.DataNavigateUrlFields property takes precedence.