0
kicks
New ASP.NET Generated Image Control
The ASP.NET team released a new generated image control. The concept is simple: a handler that takes in a few parameters will render out an image. The control does what you would expect by instantiating the appropriate objects out of System.Drawing and renders the image to the screen. This handler may or may not be called by a generated image control in your ASPX markup, making it easy to implement into your HTML.