|
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.
VB Label1.aspx
The following sample illustrates how to databind the Label control.
VB Label2.aspx
|