or


<
Prometheus:RadColorPicker runat="server" ID="radCpMainBackgroundColor" ShowIcon="true" Preset="default" ShowEmptyColor="false" SelectedColor="#000000" OnClientColorChange="HandleMainBackgroundColorChange" />
And the code behind which is not working is :
radCpMainBackgroundColor.Enabled =
false;
How can i disable the control from code behind ?
Best regards,
Nicolas