System.Web.UI.WebControls.HyperLinkColumn.DataNavigateUrlFormatString Property

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.

Syntax

[System.ComponentModel.Description("The formatting applied to the value bound to the NavigateUrl property.")]
[System.ComponentModel.DefaultValue("")]
public virtual string DataNavigateUrlFormatString { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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).

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0