0
kicks
Using a RequiredFieldValidator with a RadioButtonList, DropDownList, L
We often need to require a user select an item in a RadioButtonList, or any other web control derived from ListControl. Often an uninitiated programmer will add a RequiredFieldValidation control to their form and set the ControlToValidate property to the RadioButtonList in question.