I have a air wave symbol list for stipulate where a user clicks Yes or No. we need to supplement a validator to this where we shorten a values to 1 as well as 0. we am not certain how to do this, can someone greatfully help.
I have a air wave symbol list for stipulate where a user clicks Yes or No. we need to supplement a validator to this where we shorten a values to 1 as well as 0. we am not certain how to do this, can someone greatfully help.
I believe you can use the event CheckedChanged to call a function. When that happens, you can set the value to a variable and check which button is checked. Assuming you have radiuButton1 as one of the ID of the radio button, then you could use radioButton1.Checked to check which one is checked. Also make sure that both buttons are on the same group.