Label Tag

Purpose

The Label code generation tag places text on the page.  The label will be enclosed in an HTML <span> tag.  There is no limitation to the size of the text specified – you are only limited by the memory and resources on your server.  When the ASPX page or ASCX control is displayed, the server-side control for this tag returns the label text specified in the Property Sheet.

Label text.

Examples

<GEN:Label Name=“CopyrightMesage”/>

See also

Code Generation Tags

Code Generation Tag Properties