Rendering a Bitmap object as an image in WebPart

G

Guest

Hello,


I have a chart object which returns the chart created as a BitMap
object.
I want to render this Bitmap object as an image in a WebPart iam
developing.


Can anyone please tell me how to go about doing it.


Thanks
Shreeram
 
G

Guest

When i use the method: myBitmap.Save....
the image draws over the entire page instead of just the
web part.
i want to display the image in just the webpart.
Is there a way to accomplish this?
 
O

Ollie Riches

what you could do is have an aspx page called chart.aspx and in that page
render out the image you want. This is then referenced via an image control
in your web part and hence you have the image you want in your web part
without writing over the complete page.

HTH

Ollie Riches
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top