aspx thread: RequiredFieldValidator for RadioButtonList in User Control
I can get a RequiredFieldValidator for a RadioButtonList in a Web Form to work, but when I put the RadioButtonList and the RequiredFieldValidator in a User Control, it doesn't recognize that a selection has been made in the RadioButtonList. Is there anything special I need to do to get it to work in a User Control?
|





