Home All Groups Group Topic Archive Search About

how to create a gif or png dynamicaly in .aspx and return in response?

Author
4 Aug 2005 10:31 PM
Daniel
how to create a gif or png dynamicaly in .aspx and return in response?

Author
5 Aug 2005 2:32 PM
Joe Kaplan (MVP - ADSI)
It is more straightforward to do this with an IHttpHandler than an aspx page
as there is less "junk" in the way.  You basically just generate your binary
data and write it out to the response with the correct content type headers.

There was a good article in MSDN magazine on MSDN a while ago that had a
complete sample of this.

Joe K.

Show quoteHide quote
"Daniel" <softwareengineer98***@yahoo.com> wrote in message
news:eCk0mLUmFHA.3300@TK2MSFTNGP15.phx.gbl...
> how to create a gif or png dynamicaly in .aspx and return in response?
>
>