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?