Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Custom Error messages problem
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01315817
Message ID:
01315819
Views:
13
Update, I have it sussed it's something to do with Encoding - this fixes it
string mystring = "This is a two line message\nThis is the second line";

mystring = mystring.Replace(@"\n","\n"); // Bingo !!
probably not very elegant but it'll do for know.
Regards,
Peter J. Kane



Pete
Previous
Reply
Map
View

Click here to load this message in the networking platform