Can anyone point me in the right direction on constructing a wait message for when an AJAX page is performing an action?
I would like to display a message that is centered on the screen when the user (for example) clicks a button to perform an action. Further, I would like to disable the page (and all controls on it) so that a response is received before continuing.
Thank you,
Jason
You might want to take a look at the UpdateProgressOverlayExtender in http://www40.brinkster.com/rajbk/FlanControls.html.
Take a look at this http://weblogs.asp.net/rajbk/archive/2007/01/08/using-the-updateprogress-control-as-a-modal-overlay.aspx to use it as a modal overlay.
Hope it helps.
German Afanador
You can use <asp:UpdateProgress > Control for that
or there are third parties control that can you use..
http://www.ajaxium.com/ajax-for-asp.net.aspx
No comments:
Post a Comment