Loading generated images in a panel in web app

May 23 2005 1:04 PM
My web application through GDI+ dynamically creates graphics. With the Response.OutputStream method I can display a graphic easily in a window. But I want these graphics to be inserted in a specific panel in my web application interface. So how can I do that?