Baruch F

Baruch F

  • NA
  • 15
  • 0

binding to radio buttons

Jul 15 2008 12:49 PM
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)