The
Label control displays text in a set location on the page. Unlike static text, the
Text property of a label can be set programmatically. The following sample illustrates using the
Label control.
C# Label1.aspx
The following sample illustrates how to databind the
Label control.
C# Label2.aspx