G
Guest
hey all,
i'm using the following line of c# code:
bitmap.Save(Response.OutputStream, ImageFormat.Jpeg);
and i use this by saying
image.imageurl = picture.aspx?id= ...
my question is: is there anyway to directly assign the bitmap to the
imageUrl property without needing the aspx page to host it?
thanks,
rodchar
i'm using the following line of c# code:
bitmap.Save(Response.OutputStream, ImageFormat.Jpeg);
and i use this by saying
image.imageurl = picture.aspx?id= ...
my question is: is there anyway to directly assign the bitmap to the
imageUrl property without needing the aspx page to host it?
thanks,
rodchar