I am saving a list of dynamically created ASPxRadioButtonList(s) in a hidden input that gets filled in a callbackpanel, SO that when a user checks a checkbox to ENABLE all, I can loop through all these RBL’s and enable them on the client side.
However, I cannot figure out how to convert my string name of the control “audit-Something” to the actual control so that I can check the Enabled list item… here’s an image of what I have:

I keep getting the error: Object doesn’t support property or method ‘SetValue’
Thoughts?
I’m not sure if I understood you correctly, but I will try to help. If not please post relevant part of server side code.
If you have ASPxRadioButtonList names in hidden field than do this:
This will enable all radiobuttonlist controls.