Is there a standard way to encode a .NET string into JavaScript string for use in MS Ajax?

Have you had a look at HttpUtility.JavaScriptStringEncode?

Leave a Comment