NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Label Web Control

The Label control allows you to display static text on the page and manipulate it programmatically.

ASP+ Syntax

Required properties are noted in boldface type.

<asp:Label id="Label1" runat="server"
   Text="label"
/>
or
<asp:Label id="Label1" runat="server">
Text
</asp:Label>

Properties

Property Description
(Base control properties) The properties defined in Base Web Control Properties.
Text The text to display.

Example

To be supplied.

See Also

Web Forms Controls by Function |