Hello,
Can I use teechart for asp.net vs 2005.
If so can you give me a small piece of code for this.
Alex,
web
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
web
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
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |