Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Image missing for WebDropDown control
posted

I have set a WebDropDown control to disabled for some purpose.

E.g. wdpOptions.Enabled = false;

On disabled, the WebDropDown control is mapping to this image (/ig_res/Default/images/igdd_DropDownButtonDisabled.png) which is not available.

However, if I enabled, it works fine as the WebDropDown control is mapping to this image (/ig_res/Default/images/igdd_DropDownButtonHover.png) which is available.

Please advice how to get this image (igdd_DropDownButtonDisabled.png).