Oh man,if you have the dropdownlist's autopostback on ,then you will get the popup very hard. you can register your popup code in the indexchabged event.or just like above,you can write the popup code in the client,and register the popupcode into the dropdownlist ,and use the onchange event to trigger.
I can do!