HyperLinkColumn.FormatDataTextValue Method
.NET Framework 3.0
Formats a data-bound text caption using the format specified by the DataTextFormatString property.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected String FormatDataTextValue ( Object dataTextValue )
protected function FormatDataTextValue ( dataTextValue : Object ) : String
Not applicable.
Parameters
- dataTextValue
The data-bound URL to format.
Return Value
The data-bound text caption in the format specified by the DataTextFormatString property.Community Additions
ADD
Show: