I want to write a conditional statement that will perform a certain action if neither of the 2 radio buttons in the radio buttion list object is checked.
Re: Radio Buttun list
Collapse
X
-
Tags: None
-
What have you tried so far?Originally posted by dopperyuteI want to write a conditional statement that will perform a certain action if neither of the 2 radio buttons in the radio buttion list object is checked.
You should write an if statement that checks the Selected Value of the RadioButtonList ........if it's Null or Nothing then you know nothing has been selected.
-Frinny
Comment