cara menaikkan gambar dari SQL ke PictureBox USINF LOKASI IMAGE
pictureBox1.Image = Image.FromFile("" + read["path"].ToString());
pictureBox1.SizeMode=System.Windows.Forms.PictureBoxSizeMode.StretchImage;
Hurt Hornet