ConfirmButtonExtender and ModalPopupExtender

Last post 08-01-2008 3:47 PM by mabellez. 1 replies.

Sort Posts:

  • ConfirmButtonExtender and ModalPopupExtender

    07-31-2008, 12:20 PM
    • Member
      164 point Member
    • mabellez
    • Member since 03-31-2008, 11:02 AM
    • Posts 296

    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?

  • Re: ConfirmButtonExtender and ModalPopupExtender

    08-01-2008, 3:47 PM
    Answer
    • Member
      164 point Member
    • mabellez
    • Member since 03-31-2008, 11:02 AM
    • Posts 296

    This is resolved. I use the mpeID.show() to resolve this problem.

Page 1 of 1 (2 items)