Anyone know how to do this?
This does not work: $get("<%= cddToCompetition.ClientID %>").raiseSelectionChanged(null);
I have two separate CascadingDropDown controls, where a change in control A should trigger a change in control B (the one in my example). Control A is not the parent of B.