Sunday, April 25, 2010

How to append a double quotes to a string in c# .net (“)?

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.

No comments:

Post a Comment