Displaying Dynamically Generated Images in ASP.NET

Amgad Suliman | 08/06/2009 | 1 Comments

Sometimes you need to display an image that is not saved in a file. These could be dynamically generated or loaded from a file but were modified. To display them in an Image control you need to create another page that saves the image in its output stream.

Filed Under: ASP.NET