ASP.NET chart event

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Jakob
Newbie
Newbie
Posts: 13
Joined: Fri Dec 05, 2003 5:00 am

ASP.NET chart event

Post by Jakob » Mon Mar 08, 2004 2:42 pm

Hi,

It seems that in order to catch events from a TeeChart control that is situated on an ASP.NET page, I need to recreate the chart (in Page_Load for example) with the same appearance, otherwise ny event handler is never called.

Is this correct?

Regards
/Jakob

Pep
Site Admin
Site Admin
Posts: 3274
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Mar 10, 2004 10:05 am

Hi Jakob,

you must save the Chart as as Session, as you can see in the example included in the installation under :
C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\WebForm

Also, you can see more info about this in the TeeChart for Net Tutorial 9 - ASP.NET applications.

Post Reply