Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
135173 Points
15506 Posts
ASPInsiders
Moderator
MVP
Sep 20, 2008 10:20 PM|LINK
jvd.rke now problem is dat where to insert <br and </br> tag into da text ????
The multiline textbox uses CRLF's which don't render in a browser. So you just need to replace all the CRLF's with <br /> tags.
Give this a read: http://forums.asp.net/t/1058981.aspx and this http://forums.asp.net/t/1109803.aspx
mbanavige
All-Star
135173 Points
15506 Posts
ASPInsiders
Moderator
MVP
Re: How to display multiline text in an asp:label ??
Sep 20, 2008 10:20 PM|LINK
The multiline textbox uses CRLF's which don't render in a browser. So you just need to replace all the CRLF's with <br /> tags.
Give this a read: http://forums.asp.net/t/1058981.aspx and this http://forums.asp.net/t/1109803.aspx