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. |
<GEN:Label Name=“CopyrightMesage”/>
See ASP.NET Control Properties for details.
Code Generation Tags
Code Generation Tag Properties