Display DB Stored Image on Web Form

C

C CORDON

I have read the table field information into a Byte(), so...now how can I
display that picture in a specific place in a web form where there is more
information...I cannot use just Response.Write that will place the pucture
at the top.

THANKS
 
E

Eliyahu Goldin

You need to make an aspx pagge, say GetImage.aspx, that will be responsible
for getting images from database and streaming them down to clients. You
will specify image url as GetImage.aspx?id=12345. GetImage.aspx will read
the image into a Byte() and write it into Response. It will lend at the
place wher your image control is.

Eliyahu
 

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,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top