This documentation is archived and is not being maintained.
Label Web Server Control (Visual Studio)
Visual Studio 2005
The Label Web server control provides a way to display text under programmatic control in an ASP.NET Web page.
Note |
|---|
| If you want to display static text, you can present it using HTML; you do not need a Label control. Use a Label control only if you need to change the contents or other characteristics of the text in server code. |
The following topics provide information useful in learning the Label Web server control.
In This Section
See Also
Show:
Note