Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

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;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #retrive #image #sql #picturebox #usinf #image #location
ADD COMMENT
Topic
Name
8+6 =