Results 1 to 2 of 2

Thread: Multiline Label?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2002
    Location
    Canton, GA
    Posts
    487

    Multiline Label?

    I am using a formview to display my table data.

    How can I display multiplelines in mylabel?

    For example my data is formatted like this:

    Row 1 Data
    Row 2 Data

    but in the formview lablel it is displayed like:

    Row1 Data Row 2 Data

    I really dont want to use a textbox if I can help it.

    Any suggestions?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Multiline Label?

    Use a literal control, and add a <br /> between each line.

    "Row 1 Data <br /> Row 2 Data..."

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