Label
Working with Label
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.
Copyright 2001 Microsoft Corporation. All rights reserved.