Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
Update Panel
posted

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?

  • 45049
    Suggested Answer
    posted

    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.