If I can retrieve image data from sql-server database, which stored as image type. How can I display the image in my web application using c#? Thanks in advance.
If I can retrieve image data from sql-server database, which stored as image type.
Share
You have to create an http handler that returns the image
You can can do that by creating a GenericHandler file type from the visual studio and add the previous code in then you can call you can write the url of the generic handler as the image source