Is there any code snippet available for the image saving and retrieving from Database using SQL
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
By: aftan on June 9, 2008
at 10:18 am