Hi all,
I'm getting some binary image data from SQL server, and I want to display it on my webpage as a thumbnail. I'm using using Response.binaryWrite rs("picture"
to show the whole image, but is there an easy way to just show the thumbnail of the picture? I don't want to clutter up my screen with lots of pics if I don't have to.
Thanks so much!
I'm getting some binary image data from SQL server, and I want to display it on my webpage as a thumbnail. I'm using using Response.binaryWrite rs("picture"
Thanks so much!