All is in the question.
I have an image saved in database in an Image column. How could i manage to display it in an aspx page ?
The problem is i don’t know how to display an image without specifing an Url.
Thanks in advance for your help
Have a nice day
You can do this with an HTTP Handler serving the image while referencing that handler in an html image tag.
Take a look at this article for an example.