how to render a memory image?

T

thxBruin

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?
 
A

Allan Doensen

make the <img SRC= point to another aspx page. Generate
the image in that 2nd aspx page and stream it into the
original page. this is the only way I know of that works
as advertised...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top