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("Roo开发者_运维问答t 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
Call Server.JavaScriptStringEncode
.
精彩评论