I have created a custom web control with 3 dropdownlist with cascading concept using updatepanel(Not ajax cascading).
and then I have used that control to show in modalpopupextender within a updatepanel in another page.
But when I click button from page .but event is not fire and break point checking not point that button click event.