DropDownList selected index changed Event inside jQuery dialog
问题 Problem: when dropdownlist selected index changes, another dropdownlist should be populated depending on the selected value. I am using webforms. In the masterpage I have this code which allows me to get postbacks from the jquery dialog: var dlg = $("#dialog-modal").dialog({ autoOpen: false, height: 250, width: 350, show: "fade", hide: "fade", modal: true }); dlg.parent().appendTo($("form:first")); When the dropdowndist changes the selected value, the server actually gets the postback and