I create and run a modal window in ASP.NET using AjaxControlToolkit.ModalPopupExtender .

How to make the code execution stop when the modal window is called and continue after the window is closed?

  • one
    no way, it doesn't work that way. Accept the fact that code execution continues after the appearance of the "modal window". - Igor
  • @Igor thanks. Can you tell me if there is any property with which you can determine that the modal window is currently active (running)? - Stratocaster

0