Text Tag

Purpose

The Text code generation tag places text on the page.  There is no limitation to the size of the text specified – you are only limited by the memory and resources on your server.  The Text code generation tag does not create a server-side control, but instead places the actual text within the ASPX page or ASCX control.

Text displayed by the Text tag.

Examples

<GEN:Text Name=“GreatDeals”/>

See Also

Code Generation Tags

Code Generation Tag Properties