Community

Displaying Embedded Newline Characters from ASP.NET Resource Files

(Deepankar Sinha) When an ASP.NET resource file includes newline characters (n) as part of a string value, the embedded newlines don’t show up correctly on the client side. The solution is to use the special defined character Environment.NewLine in your server-side code.

Read More - Register for Free Membership