I am receiving a Byte Array from an internet control - it is a Jpeg. How can I, instead of saving the jpeg to disk and then loading it in the Image control, just directly send the bytes to the image control?
Thanks
-Chris