The AjaxManager doesn't seem to play nicely with all of the Ajax Toolkit widgets/extenders. Specifically it doesn't like the CascadingDropDown Extender very much. If you put a couple of drop downs on a page and chain them up with a couple of CascadingDropDown extenders, all appears to work well until you wire up some controls with the AjaxManager. If a control has a target of a panel containing your cascading drop downs, then the panel silently refreshes but the drop downs loose their data.
I suspect it is some conflicts in the scripting. I can open a ticket with an example if you'd like, but you can likely reproduce pretty easily by putting a panel, then two dropdowns wired with cascasingdropdown extenders, a textbox, and a button. Using an ajax manager, wire the button so that it has a target of your panel. Make it do something trivial like update the text in the text box. When you click it, you should see the data disappear from your drop downs.
Is there anyway to make this work? I like using the cascading drop downs for selecting country/state, but I also want to be able to use the AjaxManager.
I suspect it is some conflicts in the scripting. I can open a ticket with an example if you'd like, but you can likely reproduce pretty easily by putting a panel, then two dropdowns wired with cascasingdropdown extenders, a textbox, and a button. Using an ajax manager, wire the button so that it has a target of your panel. Make it do something trivial like update the text in the text box. When you click it, you should see the data disappear from your drop downs.
Is there anyway to make this work? I like using the cascading drop downs for selecting country/state, but I also want to be able to use the AjaxManager.