Skip to content

Tag: asp.net-ajax

Why does my second Ajax change selected value not work?

I have a JS function fire when my Dropdown for #Job changes. Three things are suppose to happen. First, the BusinessAreaCode selects the appropriate item. This is working. Second, I fetch the Division List to populate the DivisionCode Dropdown. This works as well. Lastly, I set the appropriate DivisionCode ju…