Displaying Images in WebParts

  • Thread starter Thread starter Shreeram Natarajan
  • Start date Start date
S

Shreeram Natarajan

Hello,

Can anyone please tell me how to display images in a webpart.

Thanks,
Shreeram
 
What do mean ? You want to display an image in your HTML document ? It's
<img > tag.
Or you want to generate dynamic images in ASP.NET ?

Or ???
 
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.
 
Back
Top