HOME - ABOUT

Archive for the ‘ASP.Net’ Category

ASP.Net - Error: Newline in constant

Friday, September 7th, 2007

Here’s a tip from a few years ago. I was working in C# on an ASP.Net application and needed to run some Javascript code from the server side. That’s when I ran into the error.

I was trying to run something similar to the following code…
(more…)