Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Using radiobuttons in groups

Using radiobuttons in groups

Scheduled Pinned Locked Moved ASP.NET
comdesignsysadminquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gottimukkala
    wrote on last edited by
    #1

    Hi I created a radiobuttons in groups for my website like here : http://www.doxtop.com/browse/384c0894/email-settings.aspx?private_key=34de2c40 in this link. I used this code for each radio button groups <td> I receive a new message from </td> <td class="tdRadios"> <input id="rblMsg1" type="radio" name="rblMsgs" runat="server" value="everyone"/> </td> <td class="tdRadios"> <input id="rblMsg2" type="radio" name="rblMsgs" runat="server" value="friends" checked/> </td> <td class="tdRadios"> <input id="rblMsg3" type="radio" name="rblMsgs" runat="server" value="none"/> </td> After clicking save button I want to get the selected values from all radio button groups. I found that I have loop through all radio buttons in the groups separately and get the values. Is there any other good solution for this. Or is it possible to do the same design with asp:RadioButtonList if anyone know it could you please tell me. Thanks.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups