Results 1 to 2 of 2

Thread: radio button list

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    radio button list

    I have a radio button list

    value = 1, text = "Option 1"
    value = 2, text = "Option 2"

    It might soung stupid but how do I get the first item to display if I enter the number 1 and the second item if I enter the number 2.

    Cheers Big Ears

    Parksie

  2. #2
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Indiana
    Posts
    612
    VB Code:
    1. RadioButton1.SelectedIndex = 1
    2. RadioButton1.SelectedIndex = 2
    David Wilhelm

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