I have the following function which I pass in a value, but this value is coming from the database. However I get the following javascript when doing the following:
showrootcausedetails('showrootcause',true,'<%# eval("Root Cause Analysis").ToString() %>')
I know I have to escape the characters, but How can I do that without knowing what is in the actual string?
Thanks,
Jacob