Answer the question
In order to leave comments, you need to log in
C# Winforms MySQL. Output image from database to DataGridView!?
C# WinForms MYSQL.
You need to display an image from the database in the DataGridView table.
Structure: id (int), Name (text), Image (longblob)
id and Name output like this: dataGridView1.Columns.Add ; dataGridView1.Rows.Add(reader.GetInt32(0), reader.GetString(1);
Question: How to display an Image in a table!?
Answer the question
In order to leave comments, you need to log in
I don’t remember now, but there seems to be an imagecolumn if not, then just create a
UPD
link to the documentation
https://docs.microsoft.com/ru-ru/dotnet/framework/...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question