CheckBox enable in asp 2.0 with javascript
Hi i'm using webcontrols in c# 2005 for all my controls like textbox, checkbox .. my DOM finally. Now my problem is that
I have a function in javascript that is suppose to enable all my controls. But it work with my textbox,listbox,customcontrol except my checkboxs... why does when i but it enable the property is good as disabled = false but it stay in grey and we can't use it ?
|