S
Shawn
Hi.
I need to display images stored in a Sybase db. I know I can do it like
this:
Response.ContentType = "image/gif"
Response.BinaryWrite(objRS("Picture"))
But then I have to show the image in it's own page. What I need to do is be
able to show the image in an image control. Is that possible?
Thanks,
Shawn
I need to display images stored in a Sybase db. I know I can do it like
this:
Response.ContentType = "image/gif"
Response.BinaryWrite(objRS("Picture"))
But then I have to show the image in it's own page. What I need to do is be
able to show the image in an image control. Is that possible?
Thanks,
Shawn