0
I’d like to know how I can show a database image in a Vb.net form.
It’s something like this:
info.TextBox5.Text = DataGridView1.SelectedRows(0).Cells(5).Value
Only this code I use to display text from the database in a new form. How can I do that with an image?
Your image is stored in the database in what format? Binary or base 64?
– Kaizonaro