Page 1 of 1

GetChart usage with ASPX pages in different sub folders

Posted: Fri Mar 18, 2005 3:48 am
by 8121222
Hi,

I wanted to structure my web site with different reports in different folders. However, it seems GetChart.aspx needs to be in the same folder for the charts to work. Is this correct, or is there a way to set a URL to where GetChart.aspx is located?

Thanks

Mike McCann

Posted: Mon Mar 21, 2005 7:18 am
by Chris
Hi Mike,
I wanted to structure my web site with different reports in different folders. However, it seems GetChart.aspx needs to be in the same folder for the charts to work. Is this correct, or is there a way to set a URL to where GetChart.aspx is located?
This is correct for when you set the WebChart's TempChart property to "Session"; at the moment there is no way to specify a URL for this file.

An alternative set-up would be to set the TempChart property to "File" (please see Tutorial 9 - ASP.NET Applications for details) whereby you can specify the location to which the temporary image files are stored.