Is there any way to bind data that is a picture from a database tot he image control in asp.net this seems like something that this control should be capable of.
Printable View
Is there any way to bind data that is a picture from a database tot he image control in asp.net this seems like something that this control should be capable of.
Check these articles out. Shows how to place an image(original and resized) from a DB into a regular HTML img tag.
Show Image from DB
Show resized image from DB
I thought I saw a way to do it with the ASPX image control but can't find it. Check the other articles on that site for it. Lots of great stuff anyway.
John
thanks I saw some articles on how to place it into the regular image tags I actually was doing some of that like 4 years ago with this texis database. I was hoping to see that there was a way to do it with the image control. That and it seems it should be possible it has the databind property and all. hmmm.