I have an image button. After it was clicked, a confirmButtonExtender will popup the confirmbox.
I want once the user click on the "yes", popup the ModalPopupExtender's panel.
Otherwise do not popup the panel.
Right now I set the ModalPopupExtender to be disabled. Once the user clicks on "yes" on the confirmbox,
in codebehind (C#), Enable the ModalPopupExtender.
But apparently, it will not work right. The panel will not pop up now until the user click on the image button again.
And the panel will pop up at the same time with the confirm box.
Anybody knows what to do?