dynamic image control
Posted
by BigBoss
on Stack Overflow
See other posts from Stack Overflow
or by BigBoss
Published on 2010-04-27T13:43:03Z
Indexed on
2010/05/01
9:17 UTC
Read the original article
Hit count: 259
I am getting dynamic image in form of byte array. and i want to show that in webpage, preferably ImageControl
I am aware of method of creating http handler and getting image stream. but I cant do that here as logic for same is performed somewhere else.
Could not get any suitable way to do this.
Thank you in advance.
© Stack Overflow or respective owner