label_control

Label control

ASP.NET

It is used to display text.
You can assign simple text to Text property.

<asp:Label ID="L1" runat="server" Text="dhanak"></asp:Label >
PropertyDescription
BackColorChange background color of the label
BorderStyleDisplay border around label
BorderWidthSet of size of border around label
FontSet label font property
ForeColorSet color of the content

Leave a Reply

Your email address will not be published. Required fields are marked *