By tag: RadioButtonList
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.
0
kicks
Adding an Onclick Event to a RadioButtonList ListItem
The title says it all, except that the example code includes a ModalPopupExtender which contains the RadioButtonList. The onclick event populates a TextBox on the page.