I have a dropdownlist, which with its selectedindexchanged event it populates a second dropdownlist. they are hosted in a jquery popup and they are all parts of a user control which all of its contenttemplate is surrounded with an updatepanel.
My problem is that population of the second dropdownlist is happened after closing and re-opening the popup.
Can you please guide me on what can be the source of the problem?