Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: Retrieve the value for mutiple radip buttons.


Message #1 by "Peng Yee Nar" <agapepn@s...> on Thu, 16 May 2002 15:06:31
If i have a form that display questions for user to select "Yes" or "No" 
using radio button, i will end up with a code below.

<input type="radio" name="="<%=question_header_no%>&<%=question_no%>"" 
value"1">

How do I retrieve the value of the radio button as the name of the radio 
button is dynamic?

Thanks.

  Return to Index