Gets or sets the display format for the URL of the hyperlinks in the System.Web.UI.WebControls.HyperLinkColumn when the URL is data-bound to a field in a data source.
Documentation for this section has not yet been entered.
Use the HyperLinkColumn.DataNavigateUrlFormatString property to provide a custom display format for the URL of the hyperlinks in the System.Web.UI.WebControls.HyperLinkColumn. The specified format is only applied to the URL when the URL is data-bound to a field in a data source. Specify the field to bind to the URL of the hyperlinks in the column by setting the HyperLinkColumn.DataNavigateUrlField property.
For information on the syntax of formatting strings, see string.Format(string, object).