httphandler & postback

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
mviglianco
Newbie
Newbie
Posts: 2
Joined: Tue May 08, 2007 12:00 am

httphandler & postback

Post by mviglianco » Mon Dec 29, 2008 9:29 pm

Should using the httphandler approach maintain the chart upon postback? I can only get it to work if I rebuild everything upon postback but this doesn't work for a cetain situation I am working with.

If this has been addressed somewhere else please direct me, I didn't find it using the search.

Thanks.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jan 05, 2009 8:33 am

Hi mviglianco,

It may be that you need to save the chart to a session variable and load it back after postback. You'll find an example of this approach at the zooming example in the live ASP.NET demo.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply