Results 1 to 3 of 3

Thread: Radio Button

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2003
    Posts
    40

    Radio Button

    In VB 6.0 if memeory serves correct, to have a user pick one radio button or another, but not both, one would put the buttons in a groupbox. how does one accomplish the same in a webform in VB.NET? I have tried using a web form panel, but it does not seem to work unless I am missing something

    Thanks
    Tom

  2. #2
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092
    I think there is an attribute "groupname" for radiobuttons.
    Then only one button within a groupname can be selected at a time.

    You could also use a RadioButtonList.

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2003
    Posts
    40

    Thanks!

    Yep that groupname should so it. Thanks bunch

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