simple question about design in asp

Discussion in 'C#' started by progfrog, Jul 2, 2008.

  1. #1
    hi!

    when i want the user to press a submit button and than

    al label comes with his selections- when i write it in

    c# i can only use this " " for breaks but all the selection

    come out in the label like that:

    master card 5555 on debit day by mail post

    i want every selection to come out in a diffrent row:

    mastercard
    5555
    on debit day
    by mailpost


    how can i do it? to i have to use js for that?

    thanx a lot
     
    progfrog, Jul 2, 2008 IP
  2. dgxshiny

    dgxshiny Greenhorn

    Messages:
    65
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    23
    #2
    You can use a "<br />" in the text of a label to get a line break.
     
    dgxshiny, Jul 2, 2008 IP