My chart is not displaying when I set the TmpChart property to Session. As I step through the code, I see that the Session.Count value is 1 after I add the chart to a session variable. When the program steps to the GetChart page, the Session Count = 0. there fore no chart is displayed. I am seeing the same problem when I compile and run the examplest project on my system.
The chart does display when I set TmpChart = file, but because of security settings on the server, this option is not available.
Chart not displying when using TmpChart=Session
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi GeneF,
Have you tried if the ASP.NET demo project, included with TeeChart installation, works fine for you? You can find the project at C:\Program Files\Steema Software\TeeChart for .NET v2\TeeChartForNET (default english installation path). Please notice that the examples here use the TempChart property set to session.
Have you tried if the ASP.NET demo project, included with TeeChart installation, works fine for you? You can find the project at C:\Program Files\Steema Software\TeeChart for .NET v2\TeeChartForNET (default english installation path). Please notice that the examples here use the TempChart property set to session.
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 |