I want to call two ajax request on one action. Mean I have one drop downlistbox and I want to call two urls (actions as ajax requests ) on selecting the item in drop down, this request results should update the Two drop downs.
I had a similar problem: depending on a checkbox value I wanted to populate two drop down lists with different data. I called just one action, where I populated an array with two variables for both of the drop down lists. I used variables with strings of concatenated <option> tag instead of arrays.