I have a requirement, to display the Form with some Questions and Options.
The control for the Options must be dynamically generated based on the Drop Down list Selected value.
if Option type is Radio button List type,Radio Button List has to be generated.Similarlly if the Option
type is check box List type,check box List has to be generated.
I should not declare any control directly in the .aspx page. (i.e., CheckBoxList or RadioButtonList)
The Page Controls has to generated at the Client System.
Go to the complete details ...