This may not be the correct forum for this question, but I need to be able to encompass several controls within some kind of MS ASP.Net Ajax Update Panel. Is there a similiar infragistics control that emulates an Update Panel?
I need to be able to post server side events via some kind of update panel where the posting back is seemless.
Also, once the posting is being done, I need to be able to display some kind of modal dialog window for the user to wait (even though it might be for a moment). What kind of control would I use for this?
We have a control called WebAsyncRefreshPanel, or "WARP" for short, which provides very similar functionality to UpdatePanel.
If you're using an ASP.NET AJAX Enabled Website, we recommend that you use UpdatePanel instead of WARP. This is because WARP is built atop of our own CallbackManager AJAX functionality, which does not work well with ASP.NET AJAX controls.