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
615
WebAsyncRefreshPanel
posted

I'm trying to use a WebAsyncRefreshPanel in one of the panes of the splitter.  I can't seem to find the right combination of properties to get the page to do a partial post back on that WebAsyncRefreshPanel.  Evertime I try I get a full page post back.  Does the splitter support the WebAsyncRefreshPanel?

  • 19308
    posted

    The WebAsyncRefreshPanel (WARP) had a main use case of pre-AJAX Extensions era.  Since the Splitter and all new controls built on the Aikido framework are AJAX Extensions dependent, the Microsoft UpdatePanel would actually be the better fit.  I believe the WARP panel should still work, but my recommendation would be to go with the UpdatePanel

    -Tony