G
Guest
I already stored the image in the SQL database. How do I retrieve it? Any
help is appreciated.
help is appreciated.
Morten Wennevik said:Hi Bama,
1) Retrieve the image from the database as a byte[].
2) Feed the byte[] to a MemoryStream
3) Create an Image using Image.FromStream
I already stored the image in the SQL database. How do I retrieve it? Any
help is appreciated.