New Line Character in Label

ashutosh9910

Freshman
Joined
May 13, 2005
Messages
44
Hi all,

I am a new programmer in terms of ASP.NET but with my prior knowledge of VB I can say that a label control is a single line control.

Now in ASP.NET how can I get the text to be displayed in multiple lines instead of a single line.
Is there any other control I could use instead of it ?

chr(13) , chr(10), crlf etc etc all odnt work with it.


Thanks in Advance
Ashutosh
 
Back
Top