How to Set or Change Button BackGroundColor(BackColor) Programmatically in asp.net

1.File-> New-> Website->  ASP.NET Web Site(Visual C#) -> Ok

(Now You will see a Default.aspx page. To create your own page->click on dropdown list below Edit->click Add new item->Select Web Form->click Add)

2.Click ToolBox-> Double Click on Button(or drag and drop Button on Design view)->Right click on Button->Select Properties->change Button Text Property to "The Example Button"

3.ToolBox->Drag and Drop Two Button on design window->Right click on Button one->select properties->(look for text property) change text property from Button to   BackColor Coral
->Also change Button two Text property to  BackColor Gold
Your Design Window should look like this 
asp.net Button BackgroundColor(BackColor) Example















4.Double click on Button2(BackColor Coral Button) to get the code behind->Write this code
5.Double click on Button3(backColor Gold Button) to get the code behind->Write this code
6.Click F5 to run your project.  




























 

No comments:

Post a Comment