Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Custom Error messages problem
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01315817
Message ID:
01315819
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform