D
Denise Smith
Hello,
I'm wondering if anyone can help me out here?
I want to be able to browse records in a database where one of the
fields contains an image.
I think I might have to extract the image to a byte array, write it to
a temp file then refer to the temp file as the URL source for the
Image control.
I've been trying this method, but I'm stuck on a couple of points.
1. The ImageURL property is not being written to the page when it gets
to the browser, and
2. I'm having trouble writing the byte array to a file on disk.
Am I going about this the wrong way?
-Denise
I'm wondering if anyone can help me out here?
I want to be able to browse records in a database where one of the
fields contains an image.
I think I might have to extract the image to a byte array, write it to
a temp file then refer to the temp file as the URL source for the
Image control.
I've been trying this method, but I'm stuck on a couple of points.
1. The ImageURL property is not being written to the page when it gets
to the browser, and
2. I'm having trouble writing the byte array to a file on disk.
Am I going about this the wrong way?
-Denise