How to dispaly image from memory stream to image button? -
03-21-2007
, 10:13 PM
Hi, I'm creating a asp.net web application using vb.net.
I have 7 images from stream and I put it inside a array. The problem now is how can I put those images inside my image button web server control?
I tried using response.outputstream it works but it overwrite my layout only one image is being display. Is there a way to output this images to another page and use my image button to reference the image from that page?
Can anyone give me some suggestion? |