Search code examples
jqueryasp.net-mvc-3controlleractionblockui

jquery blockUI inoked by MVC3 controller's action


Do you think, is there a way to make a blockUI message to appear in some way after MVC3 controller's action has been invoked, not by AJAX, but by pressing a submit button in the form and executing the form's submit action?

Thank you


Solution

  • I just added a field in the model which is set accordingly, and then in the document.ready where the popups are invoked when the model's value change, it shows/don't show the popup.