CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2010
    Posts
    36

    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.

  2. #2
    Join Date
    Feb 2010
    Posts
    36

    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.

  3. #3
    Join Date
    Nov 2002
    Location
    .NET 3.5 VS2008
    Posts
    1,039

    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...

  4. #4
    Join Date
    Feb 2010
    Posts
    36

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured