Look into yourimage.Save(Response.OutputStream, ImageFormat.Jpeg)
"thxBruin" <> wrote in message
news:...
> I have a web control which include a memory image and i want to render
this
> image to client. In fact, i can save it to disk and then render it like:
> Writer.Write("<img SRC=" + DiskImagePath + ">")
> But i dislike this method, as you know, in activex control, we can send
the
> variant stream to client browser. So the question is how to render a
memory
> image not a disk image file in ASP.net component?
>
>
|