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