Search found 3 matches
- Tue Dec 19, 2006 2:38 pm
- Forum: ActiveX
- Topic: load tee from asp.net response
- Replies: 1
- Views: 10836
works fine with latest 7.0
client side: document.getElementById("TChart1").Import.LoadFromURL("http://localhost/dss/Default2.aspx"); serverside TChartClass chart = new TChartClass(); chart.Import.LoadFromFile(@"C:\Inetpub\wwwroot\UserFiles\TeeChart.tee"); Response.BinaryWrite((byte[])chart.Export.asNative.SaveToStream(true));
- Mon Dec 18, 2006 11:28 am
- Forum: ActiveX
- Topic: load tee from asp.net response
- Replies: 1
- Views: 10836
load tee from asp.net response
Hi I have an ASP.NET page in which in the codebehind use the TeeChart 6.0.0.6 to set up a chart. What I can do now is to save the tee file with SaveToFile and then have the client side javascript pick up the tee file with LoadFromURL. The main problem with this is that the file is then stored on the...
- Mon Dec 18, 2006 10:19 am
- Forum: ActiveX
- Topic: Populating activex on web page not gives weird functionality
- Replies: 10
- Views: 9365
It works fint for 6.0.0.6
It works fint for 6.0.0.6. thanks