hi all,
i have a set of radio buttons like this.
<input type="radio" checked name="rRadio"> Radio1 <br>
<input type="radio" name="rRadio"> Radio2 <br>
<input type="radio" name="rRadio"> Radio3 <br>
so using server scripting, how do i know which of the radio button was checked??
by using Request.Form("rRadio", i get "on" as return value. Not much use for that value.
Pls help. Many Thanks.
i have a set of radio buttons like this.
<input type="radio" checked name="rRadio"> Radio1 <br>
<input type="radio" name="rRadio"> Radio2 <br>
<input type="radio" name="rRadio"> Radio3 <br>
so using server scripting, how do i know which of the radio button was checked??
by using Request.Form("rRadio", i get "on" as return value. Not much use for that value.
Pls help. Many Thanks.