how to retrive image from sql to picturebox usinf image location code example
Example 1: how to retrive image from sql to picturebox usinf image location
pictureBox1.Image = Image.FromFile("" + read["path"].ToString());
pictureBox1.SizeMode=System.Windows.Forms.PictureBoxSizeMode.StretchImage;
Example 2: how to retrive image from sql to picturebox usinf image location
pictureBox1.SizeMode=System.Windows.Forms.PictureBoxSizeMode.StretchImage;