HI, I want to change the background of Link/Button webpart through code behind. For this I have added a new property for Link/Button web part, through which User will select any color. So I am having a hex color code like (#AE) which I am passing to Link.ascx.cs file. I am able to get the value for this new property which User select in the SetUpControl() method of Link.ascx, Now Just wondering How can I set this color code to the button elemenet(btnElem), I could not find any direct property of this subject to set the background color.
Please advice.