/ Published in: JavaScript
Expand |
Embed | Plain Text
// c# string jVarName = "test"; // javascript var jVarName; jVarName = '<%#aVarName%>';
You need to login to post a comment.
leonbda on 07/15/09
1 person have marked this snippet as a favorite
// c# string jVarName = "test"; // javascript var jVarName; jVarName = '<%#aVarName%>';
You need to login to post a comment.