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.

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