J
Joseff
I have this Bitmap object declared and outputted to the
browswer this way:
invoiceBMP.Save(Response.OutputStream, ImageFormat.Gif);
However, the result is that the existing static controls
of the page gets overwritten and only the image appears.
How do i output the bitmap image to the browser without
using Response.OutputStream so as not to overwrite the
whole web page?
browswer this way:
invoiceBMP.Save(Response.OutputStream, ImageFormat.Gif);
However, the result is that the existing static controls
of the page gets overwritten and only the image appears.
How do i output the bitmap image to the browser without
using Response.OutputStream so as not to overwrite the
whole web page?