Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
32994 Points
8509 Posts
Moderator
Jun 20, 2012 05:35 PM|LINK
When we do a \n or \r, we need to escape it in C# so do that like this:
\n = \\n
\r = \\r
bbcompent1
All-Star
32994 Points
8509 Posts
Moderator
Re: Calling a script from code behind not working..
Jun 20, 2012 05:35 PM|LINK
When we do a \n or \r, we need to escape it in C# so do that like this:
\n = \\n
\r = \\r