G
Gav
Hi all,
I'm trying to create a bitmap and then use outputstream to display the
picture:
objBitmap.Save(Response.OutputStream, ImageFormat.Jpeg);
It doesn't give me any errors although the web page comes up with lots of
characters in the page instead of a picture... I then added:
Response.ContentType= "image/jpeg";
I put this before the outputstream but it didn't make any difference, does
anybody know what I could be doing wrong?
Regards
Gav
I'm trying to create a bitmap and then use outputstream to display the
picture:
objBitmap.Save(Response.OutputStream, ImageFormat.Jpeg);
It doesn't give me any errors although the web page comes up with lots of
characters in the page instead of a picture... I then added:
Response.ContentType= "image/jpeg";
I put this before the outputstream but it didn't make any difference, does
anybody know what I could be doing wrong?
Regards
Gav