or
<
asp:Content ID="Content1" ContentPlaceHolderID="cl" runat="server">
// Left Panel
</asp:Content>
<
asp:Content ID="Content2" ContentPlaceHolderID="cb" runat="server">
// Right Panel
</asp:Content>
I would like to user RadAjaxPanel or RadAjaxManager. The LeftPanel can refesh the Right Panel, and the Right Panel can refresh the LeftPanel. Is it possible to use the RadAjax with Contents and how ?
Thank you in advance,
