Hi,
Which controls within ASP.net can contain, and display, a Bitmap object, other than the Response.Outputstream (ie, the page itself)?
I'm doing some GDI+ drawing on a Bitmap object, which I like to pass to a valid receiver.
It would make sense to me that for instance an asp:image can...