Radio Buttons

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • treck
    New Member
    • Feb 2008
    • 5

    Radio Buttons

    Hi! actually, I'm having a hard time doing my VB .Net application.
    It's like i have this 6 radio buttons which are equally divided and grouped in 2 Group boxes respectively and a button labeled RESET. The problem is, I'm having a hard time reseting those radio buttons every time i click on the RESET button.
    Thanks for the help!
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi Treck,

    When you say reset do you mean you want to return the radio buttons to their default selection (or none selected at all)?

    Dr B

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      Have you tried working with the value property of the control.

      Comment

      • kunal pawar
        Contributor
        • Oct 2007
        • 297

        #4
        Is ur Web application & windows application ??

        and wht is problem ur facing ??

        Comment

        • treck
          New Member
          • Feb 2008
          • 5

          #5
          Originally posted by DrBunchman
          Hi Treck,

          When you say reset do you mean you want to return the radio buttons to their default selection (or none selected at all)?

          Dr B
          ------------------------------------------------------------------------------------------------------------------
          none selected at all.

          Comment

          • treck
            New Member
            • Feb 2008
            • 5

            #6
            I mean none selected at all.

            Originally posted by DrBunchman
            Hi Treck,

            When you say reset do you mean you want to return the radio buttons to their default selection (or none selected at all)?

            Dr B
            None Selected at all

            Comment

            Working...