Ajax Tutorial for OpenFlashChart Control
Page 2 - Ajax Continued
View Demo
Its important to note that Ajax will only work with the modifed version of the OpenFlashChart Control.
This tutorial assumes you already have read the .Net tutorial on how to implement the OpenFlashChart Control in .Net.
To avoid redundancy I will just turn the previous example into an Ajax example.
Lets take a look at where we left off:
Lets add 3 buttons to the Default.aspx page.
I'm also going to add a header to the page to make the Ajax postback affect more noticable.
And a quick look at the Default.aspx:
Now lets add UpdatePanels from the Ajax Extensions section in your toolbox. Put one Update Panel around the OpenFlashChart Control and another around the set of 3 buttons.
Don't forget to add your Ajax ScriptManager inside of your form!
Your Aspx should now look like this:
Page 2 - Ajax Continued