You can add double quots to a  string in C# like below.
string Name = @"""Helloworld""";
Please find below an example, how theses values is passed to a javascript fucntion to show it in message box while chicking on an image.
string Name = @"""Helloworld""";
Please find below an example, how theses values is passed to a javascript fucntion to show it in message box while chicking on an image.
 
No comments:
Post a Comment