ASP.NET BackColor Property
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 »
|
Complete Web Control Standard Properties Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|