V
Victor
Hi Guys
I have a server-side div control inside my aspx page. I also have another
Memory image object (like Bitmap image = new Bitmap(FileName)). The
objective I want to achieve is adding this image object into the div
control. I tried to use Bitmap.save(Stream stream, ImageFormat format)
method. But I found out if I did so, it will overwrite my rest of page.
Insteading of displaying the page properly, It only displays one image.
Can anyone help me on this? Is this possible to write outputstream into one
control?
cheers
Victor
I have a server-side div control inside my aspx page. I also have another
Memory image object (like Bitmap image = new Bitmap(FileName)). The
objective I want to achieve is adding this image object into the div
control. I tried to use Bitmap.save(Stream stream, ImageFormat format)
method. But I found out if I did so, it will overwrite my rest of page.
Insteading of displaying the page properly, It only displays one image.
Can anyone help me on this? Is this possible to write outputstream into one
control?
cheers
Victor