I have around 18 radio buttons, each is bound to its own area, though they are all in the same section, A user is able to select one of these buttons. I want the user to be able to select only one of these buttons. I know that if this is tied to the same element, then can it be done, but is there a way to do that they are bound to separate the elements?
You are going to use either rules (for example condition: button2 = "1 ", Rule type: verb, run these actions: set the value of the field:. =" 0 "), or write a custom code in a code-behind project.
Looking at the amount of buttons included in it, I recommend using custom code (C # or Visual Basic), because you have too All are going to setup, and it will be very cumbersome, very fast.
Comments
Post a Comment