Page 1 of 1

web

Posted: Sun Mar 16, 2008 11:51 am
by 13046028
Hello,
Can I use teechart for asp.net vs 2005.
If so can you give me a small piece of code for this.
Alex,

Posted: Mon Mar 17, 2008 9:07 am
by narcis
Hello Alex,

Yes, TeeChart can be used for ASP.NET applications in VS2005. You'll find a live example here. Full example project is also shipped with TeeChart's installation at C:\Program Files\Steema Software\TeeChart for .NET v3 VS2003\TeeChartForNET.

web

Posted: Tue Mar 18, 2008 8:36 am
by 13046028
Hello,
I dragged the techart web part on the asp.net web form
but when I am trying to run the website I receive a red 'x' image instead of the tchart chart image, as if the site doesn’t fined it. This happens only on run time.
Can you help me.
Alex

Posted: Tue Mar 18, 2008 9:11 am
by narcis
Hi Alex,

This is most likely you have set TempChart property to Session but don't have GetChart.aspx.cs in your application. For more information about this please read Tutorial9 - ASP.NET Applications, specially the TempChart property - File, Session, Cache or Httphandler section. You'll find the tutorials at TeeChart's program group.