Skip to content
Advertisement

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 just like I did for BusinessAreaCode. This is not working however.

jQuery $(document).ready and UpdatePanels?

I’m using jQuery to wire up some mouseover effects on elements that are inside an UpdatePanel. The events are bound in $(document).ready . For example: Of course, this works fine the first time the page is loaded, but when the UpdatePanel does a partial page update, it’s not run and the mouseover effects don’t work any more inside the UpdatePanel.

Advertisement