1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

write selections To label- very simple

Discussion in 'C#' started by progfrog, Jun 29, 2008.

  1. #1
    hi guys!
    I made a simple form that contains two check boxes and one radio button list.
    when the user will press submit on the buton in the form i would like a label to show his selections. is there anything like

    label.write ()

    or ...how can i make it?

    thanx a lot
    progfrog
     
    progfrog, Jun 29, 2008 IP
  2. mohi.khan

    mohi.khan Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Use:

    Label29.Text = "You have Selected " & RadioButtonList1.SelectedValue
     
    mohi.khan, Jun 29, 2008 IP