Code snippets

For giving double quotes

string myInfo=”Hello”;
string myMsg = @”This is my message”"”+myInfo+ @”"”to you”;
MessageBox.Show(myMsg);

–> This is my message “Hello” to you

Responses

Is there any code snippet available for the image saving and retrieving from Database using SQL

Leave a response

Your response: