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?
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