Page 1 of 1
ASP.NET Graph not displaying
Posted: Wed Aug 31, 2005 3:48 pm
by 9637275
I have created a new aspx page and added a web chart control. I have added a series through the Tee Chart Editor but when we try to view this on the web page all we see is image place holder (the red cross).
All the samples installed with TeeChart.Net work fine on the web server, i have also installed TeeChartNET2DebugBuild.exe on client and server but it still doesn't work.
Any Ideas??
Posted: Thu Sep 01, 2005 8:41 am
by narcis
Hi David,
Have you added the GetChart aspx script to your project as told in "Tutorial 9 - ASP.NET Applications"? If you haven't please do it, you'll find the tutorials at the TeeChart program group.
Posted: Thu Sep 01, 2005 9:40 am
by 9637275
Hi,
Yes that file was included before i tried it for the first time, I have also tried setting the TempChart property to File and Session but both give the same results.
Posted: Thu Sep 01, 2005 10:33 am
by 9637275
Hi,
Thanks for your help, i have managed to solve the problem. I decided to write my own version of the GetChart.aspx in VB as the installed version and the example in Tutorial 9 were both in C#. After doing this everything works fine.
Thanks for you time.
David
Posted: Thu Sep 01, 2005 11:06 am
by narcis
Hi David,
You're welcome. I'm glad to hear your problem is solved.