JavaScript Editor jscript editor     Web designer 



Main Page

The Label Web server control provides you with a way to programmatically set text in an ASP.NET Web page. You typically use the Label control when you want to change text in the page at run time, such as in response to a button click.

The Label control provides one way to display text in an ASP.NET Web page. Other options include the following:

You can set the text of the Label control at design time or at run time in a program. You can also bind the Label control's Text property to a data source to display database information on a page.

Expand imageLabels as Control Captions

Expand imageUsing Labels in List Controls

Expand imageSecurity and the Label Control

Expand imageSee Also



JavaScript Editor jscript editor     Web designer