Hello, I have a requirement that I need to generate multiple images on the fly using something similiar to what is mentioned in the following article below. Basically, each image created is not saved to disk as a graphic file (gif, jpeg), but rendered by the response.content type after creating the image. The problem I am having is that each image file created needs to be a seperate aspx file... and I may have 5, or I may have 10 graphic files to generate.
Is there a dynamic way or better way to go about this? Or somehow can I set the img scr to NOT be a aspx file?
http://www.sitepoint.com/article/generating-asp-net-images-flyStart Free Trial