Hi,
Can any1 tell me how to enable a radiobutton in ClientSide , Which is already disabled in Server Side.
Check this code and tell me if it addresses any thing Wrong???
var ddl = document.getElementById('RadioButton1');
ddl.disabled = false;
The status has been Changing for "ddl.disabled = false",but the Radio Button is not still enabled.
Can any one solve this for me??
Regards,
Venny