ButtonField.FormatDataTextValue Method
.NET Framework 3.0
Formats the specified field value for a cell in the ButtonField object.
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 field value to format.
Return Value
The field value converted to the format specified by the DataTextFormatString property.The FormatDataTextValue method is a helper method that is used to transform a field value to the format that is specified by the DataTextFormatString property.
Notes to Inheritors: When extending the ButtonField class, you can override the FormatDataTextValue method to perform a custom formatting routine.Community Additions
ADD
Show: