Page 1 of 1

Activex 8 For ASP.NET

Posted: Tue Dec 02, 2008 3:49 am
by 15051001
Could you send some examples obout ASP.NET use Activex 8, my web app use C#.Dynamic databind demo could be better!
Thanks a lot!

Posted: Tue Dec 02, 2008 8:15 am
by narcis
Hi for Asp.net,

You can find ASP.NET examples at C:\Program Files\Steema Software\TeeChart Pro v8 ActiveX Control\Examples\Visual Studio .NET\VBWebForm. They are in VB.NET, you can convert them to C# using this online convertion tool:

http://carlosag.net/Tools/CodeTranslator/Default.aspx

Also TeeChart ActiveX doesn't support ADO.NET directly over a dataset. You'll have to iterate the dataset manually and add data to your series using AddXY method.

Posted: Tue Dec 02, 2008 8:23 am
by 15051001
I have see the demo.But I need achieve when customer choice some details , then create Chart!

Posted: Thu Dec 04, 2008 9:29 am
by narcis
Hi rock,

You should do as shown in the demo calling GenChart.aspx from your WebForm. To achieve what you request you could create GenChart.aspx when you want, for example, using a button that sets some chart parameters to GenChart so that the chart can be generated according to those parameters.