HyperLinkColumn.DataNavigateUrlFormatString Property
Assembly: System.Web (in system.web.dll)
public: virtual property String^ DataNavigateUrlFormatString { String^ get (); void set (String^ value); }
/** @property */ public String get_DataNavigateUrlFormatString () /** @property */ public void set_DataNavigateUrlFormatString (String value)
public function get DataNavigateUrlFormatString () : String public function set DataNavigateUrlFormatString (value : String)
Property Value
The string that specifies the display format for the URL of the hyperlinks in the HyperLinkColumn when the URL is data-bound to a field in a data source. The default value is String.Empty, which indicates that this property is not set.Use the DataNavigateUrlFormatString property to provide a custom display format for the URL of the hyperlinks in the 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 DataNavigateUrlField property.
For information on the syntax of formatting strings, see String.Format.
The following example demonstrates how to use the DataNavigateUrlFormatString property to format the data-bound hyperlinks in the HyperLinkColumn.
Note |
|---|
| The following code sample uses the single-file code model and may not work correctly if copied directly into a code-behind file. This code sample must be copied into an empty text file that has an .aspx extension. For more information on the Web Forms code model, see ASP.NET Web Page Code Model. |
The following corresponding example displays the item selected in the previous example.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note