display images from memory

A

akis

Hello,
I have managed up to the point that a byte[] imageContent contains a
picture which i can show in a aspx page by:

// return byte array to caller with image type
Response.ContentType = "image/jpeg";
Response.BinaryWrite(imageContent);

but what i need is to post it back to the page that the user entered various
details without losing them.
(For example if it was text I would populate a Label)

thanks in advance
akis
 

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

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top