Answers for "how to retrive image from sql to picturebox usinf image location"

SQL
0

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;
Posted by: Guest on January-11-2021
0

how to retrive image from sql to picturebox usinf image location

pictureBox1.SizeMode=System.Windows.Forms.PictureBoxSizeMode.StretchImage;
Posted by: Guest on January-11-2021

Code answers related to "how to retrive image from sql to picturebox usinf image location"

Code answers related to "SQL"

Browse Popular Code Answers by Language