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
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
Niradhip ChakrabortyPosted Jul 15, 2008, 1:19 PM