I have a scenario where a RadioButtonList needs to be in disabled mode by default and then on some event on client side, say, when a checkbox is checked, it needs to be enabled.
But once I disable it from code-behind, the javascript part of enabling it doesn’t work.
Am I missing something or is it not possible?
Try this:
taken from: http://forums.asp.net/t/1259735.aspx
Hope this helps