In DataGridView to show image
How to show image in DataGridView in C# Windows programing with 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.
Satyapriya NayakPosted Sep 16, 2013, 9:27 AM
http://www.dotnetpools.com/Article/ArticleDetiail/?articleId=78
http://johnroach.info/2012/01/13/how-to-add-images-to-datagridview-cell-using-c-and-windows-forms/
Sanjay KumarPosted Sep 16, 2013, 8:17 AM
try link
http://www.daniweb.com/software-development/csharp/threads/414508/retreving-images-from-sql-to-datagrid-view
http://www.dreamincode.net/forums/topic/311673-how-to-display-the-images-in-datagridview-from-the-database/
Sanjay KumarPosted Sep 16, 2013, 8:13 AM
datagridview add picturebox
pictureBox1.Image = (Image)dataGridView3.Rows[0].Cells[1].Value;