Hello, I am trying to build a .aspx pages that on accepts a single parameter and outputs a Image instead of an HTML page to the browser.
For example I need to be able to call it within an image tag like this; <img src="generate.aspx?image_id=123">.
What would be the best approach to look into.
Thanks any suggestions are greatly appreciated.
Brad Swindell
Go to the complete details ...