Why is &vbcrlf not working in ASP.NET?<BR><BR>I am trying to send an email but I can not get it to break<BR>to the next line.<BR><BR>Why WHy WHy ???Could you further define "NOT WORKING." Are you getting a compilation error message when you try to view the page? Are the emails not showing line breaks? What's happening? Also, please show the FEW lines of code that you are using that aren't "working."<BR><BR>Thanks!you can break text email line as putting <BR><BR>chr(13) & chr(10)<BR> <BR>thats it enjoy! 0('.')' <BR><BR>Ali<BR>http://www.aspnetfaq.com/default.aspx?CategoryId=&FaqId=168&SearchString=<BR><BR>You need to add:<BR><%@ Import Namespace="Microsoft.VisualBasic.Compatibility.VB6.Constants " %><BR><BR>to the top of your ASP.NET page.