I have a form with four radio buttons and I want to store the value of the selected radio button (it's a poll and need to capture and record the user's response). I'm dynamically generating everything, so I'm a bit confused as to how to know which radio button was selected and what it's value is.
Is dynamically generating the poll form the easiest way, then on postback (provided the user passed a db check that says they already answered the poll) draw the actual poll?
Is dynamically generating the poll form the easiest way, then on postback (provided the user passed a db check that says they already answered the poll) draw the actual poll?
Comment