views:

20

answers:

0

I would like to display a series of ConfirmButtonExtenders in succession on a page after a user clicks a target control. I want don't want to display the subsequent dialog until the previous one is dismissed. When all the dialogs have been dismissed, I want to continue the execution of the target control. Please bear in mind that the dialogs will be issuing postbacks. Can this be done, if so, how?

related questions