Search w3schools.com:

SHARE THIS PAGE

ASP.NET BackColor Property


Web Control Standard Properties Reference Complete Web Control Standard Properties Reference

Definition and Usage

The BackColor property is used to set or return the background color of a control.

Syntax

<asp:webcontrol id="id" BackColor="color" runat="server" />
 
Attribute Description
color The color to set as background color of a control. Must be a valid HTML color


Example

The following example sets the background color of a button:

<form runat="server">
<asp:Button id="button1" Text="Submit"
BackColor="#E0FFFF" runat="server" />
</form>

Show example »

Web Control Standard Properties Reference Complete Web Control Standard Properties Reference

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]