Stories recently tagged with 'RadioButtonList'

Using a RequiredFieldValidator with a RadioButtonList, DropDownList, L(professionalaspnet.com)

submitted by docluvdocluv(1575) 4 years, 10 months ago

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. read more...

add a comment |category: |Views: 2343

tags: another

Adding an Onclick Event to a RadioButtonList ListItem(shepherdweb.com)

submitted by ShepherdWebShepherdWeb(420) 5 years, 2 months ago

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. read more...

add a comment |category: |Views: 534

tags: another