Chart not displying when using TmpChart=Session
Posted: Tue May 09, 2006 2:18 pm
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.
The chart does display when I set TmpChart = file, but because of security settings on the server, this option is not available.