FieldLabel Tag

Purpose

The GEN:FieldLabel tag places the name of a database field on the generated page.  Typically this label is the name of the field, though it can be anything you want.  Use the Properties dialog to specify the actual field whose label is to be displayed.  Use the Application Explorer, Databases folder in Iron Speed Designer to change the default field names used.

The FieldLabel tag displays column headings in a table.

The FieldLabel tag can also be used to sort a column within a table.  If the display style is specified in the Properties dialog as a Hyperlink, this tag will sort the columns of the table.

Examples

<GEN:FieldLabel Name=”FirstNameLabel” />

See also

FieldLabel Display Properties

FieldLabel Binding Properties

FieldLabel Pass-Through Attributes