Link to home
Start Free TrialLog in
Avatar of dingir
dingirFlag for Sweden

asked on

Reload graph on onchange dropdownlist

I have a page with a graph who got its data from a xml data source. I also have a dropdownlist that filter out the xml result after a postback. I want this filtering being done without a postback (querystring)... as I understand I can perform this with ajax? Some help are welcome.. :-)
ASKER CERTIFIED SOLUTION
Avatar of Rahul Goel
Rahul Goel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dingir

ASKER

hmm ok.. u have some code or pseudocode of how to make the dropdown-postback update the updatepanels graph with the new values? the graph loads it's data through a xml data stream (webservicexml.aspx (yes a webform))

thank's in advanced,
Avatar of dingir

ASKER

please also some idea describing the use of ajax() instead of updatepanel!