How do you display an image in a dgv..i can display all the other info in the table, just need to know how to display an image.

You will need to add a column of type datagridviewImageColumn to the datagridview how are you populating the view by setting the datasource? Or adding new rows programatically?

You will probably need to stream the image data into the column if you are getting the data from a database. There is an example on the Microsoft Website of working with a DataGridViewImageColumn

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.