I have a dropdownlist inside a modal window which is inside an update panel which is then in turn nested inside another update panel (in order to set postback triggers). I have the autoPostBack set to true and when the value changes the page does post back (because the Page_Load) event fires but the selectedIndexChanged event does not fire. What gives?
...
Go to the complete details ...