Writing to the screen after Response.OutputStream.Write

dll1

New Member
I am creating a bitmap using the System.Drawing namespace and rendering as a jpeg to the browser with\[code\]HttpContext.Current.Response.OutputStream.Write(buffer, 0, buffer.Length);\[/code\]The rendered jpeg takes up the whole screen - and I want to make a div appear over the graphic after the graphic has loaded. Is this possible given that no html is rendered?
 
Back
Top