Is possible create a blockui as with jquery ajax ?
Comments: For __Page Blocking__ purpose, you can use __ASP.NET UpdatePanel__ and __ASP.NET UpdateProgress__. * [UpdatePanel Control Overview](https://msdn.microsoft.com/en-us/library/bb386454(v=vs.100).aspx) * [UpdateProgress Control Overview](https://msdn.microsoft.com/en-us/library/bb398821(v=vs.100).aspx) For __Element Blocking__ purpose, you can use __ASP.NET UpdatePanel__ and __ACT UpdatePanelAnimation__. * [UpdatePanelAnimation Demonstration](http://ajaxcontroltoolkit.devexpress.com/UpdatePanelAnimation/UpdatePanelAnimation.aspx) For showing a __Modal Dialog__ you can use __ASP.NET Panel (not UpdatePanel)__ and __ACT ModalPopupExtender__. * [ModalPopup Demonstration](http://ajaxcontroltoolkit.devexpress.com/ModalPopup/ModalPopup.aspx) For animating purpose, you can use __ACT Animations__. * [Animation Reference](https://ajaxcontroltoolkit.codeplex.com/wikipage?title=Animation%20Control%20Reference) Also, you can use jQuery __UpdatePanel__ and __BlockUI__ plug-ins and __JavaScript__ to wiring up them! * [jQuery UpdatePanel plug-in](http://updatepanelplugin.codeplex.com/) * [jQuery BlockUI Plugin](http://malsup.com/jquery/block/) Good luck.
Comments: For __Page Blocking__ purpose, you can use __ASP.NET UpdatePanel__ and __ASP.NET UpdateProgress__. * [UpdatePanel Control Overview](https://msdn.microsoft.com/en-us/library/bb386454(v=vs.100).aspx) * [UpdateProgress Control Overview](https://msdn.microsoft.com/en-us/library/bb398821(v=vs.100).aspx) For __Element Blocking__ purpose, you can use __ASP.NET UpdatePanel__ and __ACT UpdatePanelAnimation__. * [UpdatePanelAnimation Demonstration](http://ajaxcontroltoolkit.devexpress.com/UpdatePanelAnimation/UpdatePanelAnimation.aspx) For showing a __Modal Dialog__ you can use __ASP.NET Panel (not UpdatePanel)__ and __ACT ModalPopupExtender__. * [ModalPopup Demonstration](http://ajaxcontroltoolkit.devexpress.com/ModalPopup/ModalPopup.aspx) For animating purpose, you can use __ACT Animations__. * [Animation Reference](https://ajaxcontroltoolkit.codeplex.com/wikipage?title=Animation%20Control%20Reference) Also, you can use jQuery __UpdatePanel__ and __BlockUI__ plug-ins and __JavaScript__ to wiring up them! * [jQuery UpdatePanel plug-in](http://updatepanelplugin.codeplex.com/) * [jQuery BlockUI Plugin](http://malsup.com/jquery/block/) Good luck.