How can we declare a Label control in ASP.NET?

Question

How can we declare a Label control in ASP.NET?

Re: How can we declare a Label control in ASP.NET?

In the following example the usage of label web server control is explained. The property "Text" is used to assign a value (label) to the label control.

Label Web Server Control

ASP.NET Label Server Control