T
Tina
I have a System.Drawing.Bitmap myImage;
I also have a webcontrols.Image on my web page.
I want to put the bitmap into the image but the image can only get it's
bitmap from ImageURL which can be a fileName or a webpage that writes. But
I don't want to have to write my bitmap to a file, I just want to put it
into the image.
Can this be done? It seams that an image control should be designed to that
it could accept a bitmap (duh) but I can't seem to make that happen.
Thanks,
T
I also have a webcontrols.Image on my web page.
I want to put the bitmap into the image but the image can only get it's
bitmap from ImageURL which can be a fileName or a webpage that writes. But
I don't want to have to write my bitmap to a file, I just want to put it
into the image.
Can this be done? It seams that an image control should be designed to that
it could accept a bitmap (duh) but I can't seem to make that happen.
Thanks,
T