J
Jake
I am a beginner in C# and web controls. I need a way to load an image
which is stored in an Access (mdb) field into an Image control added
at runtime. I get the image (jpg format) dynamically at runtime then
I create an Image control (from WebControls collection) and add it to
the page also at runtime. The ImageUrl property needs a URL string
but I only have the image itself extracted with a data RecordSet
(recordset["picturefield"] for example.) Can someone please help?
which is stored in an Access (mdb) field into an Image control added
at runtime. I get the image (jpg format) dynamically at runtime then
I create an Image control (from WebControls collection) and add it to
the page also at runtime. The ImageUrl property needs a URL string
but I only have the image itself extracted with a data RecordSet
(recordset["picturefield"] for example.) Can someone please help?