GetChart usage with ASPX pages in different sub folders

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Mike
Newbie
Newbie
Posts: 20
Joined: Fri Nov 15, 2002 12:00 am

GetChart usage with ASPX pages in different sub folders

Post by Mike » Fri Mar 18, 2005 3:48 am

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

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Mon Mar 21, 2005 7:18 am

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.
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

Post Reply