Hi,
I am using DropDownCheckBoxes control in asp.net and i have clear button.
How to clear the checkox that are selected in DropDownCheckBoxes control.
Below is the javascript code
document.getElementById(prjviewctrl.prjskillnme).selectedIndex = 0;
The above code is not working.
Pls help