Hello,
On my page I have some DropDownLists (created in codebehind) that works great .
Skin: Default
When there is no DropDownListItem in the DropDownList, I set myDdl.Enabled = false;
I want change the style for the disabled DropDownList:
color: lightgrey
border: lightgrey
image on the right side: lightgrey
How can I achive this?
thanks
Bernie