User61956409 posted
Hi aspfun,
If you'd like to retrieve the binary image from your database, and display it in your web page, you can create and use a generic http handler to fetch the binary data of the image file from the database and returned the image data through the response.
This article explained with example, how to use
generic http handler to display binary images from database, please refer to it.
With Regards,
Fei Han