| Author |
help in radio button
|
Babu Singh
Ranch Hand
Joined: Aug 17, 2009
Posts: 68
|
|
i have four radio button in a row.
name and id is same of all four button in a row.
suppose, name and id for all buttons in first row is radiobutton0. for second row it is radiobutton1, for third row it is radiobutton2. thus i have 10 rows in a table.
my aim is when i submit the page, one button must be checked in a row else it show a msg box that please fill the corresponding radio button. .
i want to get the value of radio button either true or false.
i run the following code:
this method execute the loop and display all radiobutton Names.
How i find radiobuttonValue which is either true or false.
thanks.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Get yourself some good references like this one where it says checked
Eric
|
 |
 |
|
|
subject: help in radio button
|
|
|