I'm trying to set some javascript data (json) in my markup by calling a method in my codebehind file. The markup looks like this:
Line 12: var businessTypes = "<%=GetBusinessTypes(); %>";
The method is executed and it returns string value but then this exceptions pops out
CS1026: ) expected
redlining the Line 12 shown above.