M
Marc Pelletier
Hello all,
I have a class which includes a method to create a chart. I want to be able
to call this method from asp.net code as well as windows application code,
so I have sketched it out as returning a bitmap instance.
In my asp.net code I think I should call this method to return a bitmap and
then somehow stream it using the response object to the Webcontrols.image.
Is that right? The image object is on a page with a number of other
components. Can someone please point me to an example of how to do this?
I've been scouring the web for hours already.
thanks
Marc Pelletier
I have a class which includes a method to create a chart. I want to be able
to call this method from asp.net code as well as windows application code,
so I have sketched it out as returning a bitmap instance.
In my asp.net code I think I should call this method to return a bitmap and
then somehow stream it using the response object to the Webcontrols.image.
Is that right? The image object is on a page with a number of other
components. Can someone please point me to an example of how to do this?
I've been scouring the web for hours already.
thanks
Marc Pelletier