I'm facing single quote (') issue inside RESX files while I call them directly in JavaScript, such as:
var hello = '<%=SomeTextFromResxWithSingleQuote%>';
In this case all the JavaScript is mixed up and many bugs appear :( Any fast solution to solve this? Thanks :)