I stored image path in SQL Server table (Eg: "c:/vimages/image.bmp") .
i want to retrieve that image filed and i want to load that in my form.
i want to know the code to Load image on my Form.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Harish kharviPosted Mar 24, 2009, 8:31 AM
Harish kharviPosted Mar 24, 2009, 8:31 AM
Vijaya KadiyalaPosted Mar 21, 2009, 1:35 PM
Hi
Check out the below link
http://www.redmondpie.com/inserting-in-and-retrieving-image-from-sql-server-database-using-c/
Thanks -- Vijaya Kadiyala
http://dotnetvj.blogspot.com
Aleksandar IlioskiPosted Mar 13, 2009, 10:02 AM
this
.BackgroundImage = Image.FromFile("Path of the image"); // hope this will help youthis
.BackgroundImage = Image.FromFile("c:\\image.jpg"); //example