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.
httphandler & postback
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |