I have a question, How can i search a record from sql server database using an other form ?
How can i update an image in the sql server database?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Mar 18, 2014, 3:58 AM
Below Code May help you for searching data from sql
SqlConnection SCC=new SqlConnection("connection string");
SqlCommand CCommand = new SqlCommand();
and below link will help you to for update image
http://www.c-sharpcorner.com/Blogs/11000/upload-a-file-using-fileupload-using-Asp-Net.aspx
if above are help full to you kindly mark as answer