1
Answer

binding to radio buttons

Photo of Baruch F

Baruch F

17y
5.4k
1 WCF
Hi,

Is it possible to bind to radio buttons instead of using a bunch of if statements??

Like

if (somestring == "01")
    someradio.checked = true;

The thing is I have 25 radio buttons so i will need 25 if staements

Answers (1)