Working though an unknown amout of radio button groups.
I have a page that will create a radiop button group for each entry into a SQL DB table, the more entries the more groups. Since there is a dynamic amount I am not really sure on how to find which radio button was checked for each group (actualy, not sure how to do it for radio groups in the first place). Help please.
Re: Working though an unknown amout of radio button groups.
No one can tell me how work through the radio button groups? Please I have been trying to figure this out for weeks now and can not get it done.
Re: Working though an unknown amout of radio button groups.
Maybe you can start by posting the code that you've got. I'm sure someone might be able to help if you give them a head start. I would be willing to...
Re: Working though an unknown amout of radio button groups.
Thanks there was not much code (just get data and generate asp repater for radio button groups) so I did not post it. This is no longer an isse as I have hacked together a different way of doing this and moved on.