ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  How to attach graph and Panel in email body using ASP.NET C# code
Posted by Bill Cantor on Jan-31-2013 09:11
Hi Peter,
      Need help from you. How to attach my Panel with 2 gridviews and graphs in the body of
automail script developed in ASP.NET using C# code.
Better if you can give me a sample code behind for this.

Thanks in advance
Bill

  Re: How to attach graph and Panel in email body using ASP.NET C# code
Posted by Peter Kwan on Feb-01-2013 01:17
Hi Bill,

Whereas I do not have any sample code to send 2 gridviews and graphs in the body of an automail script, I think the chart can be sent just as a normal image. If you know how to send a JPG or PNG image by email, then the chart you should be able to send the chart in a similar way. You may create the chart as an image on the hard disk using BaseChart.makeChart.

Regards
Peter Kwan