gjshah7254
8/31/2014 - 4:01 AM

Kentico ajax update panel (load things without refresh)

Kentico ajax update panel (load things without refresh)

<cms:CMSUpdatePanel ID="pnlUpdateHidden" runat="server">
    <ContentTemplate>       
            
            Put any code in this area and it will not refresh the page on postback
           
    </ContentTemplate>
</cms:CMSUpdatePanel>



<asp:UpdatePanel runat="server" id="UpdatePanel1">
    <ContentTemplate>
            Put any code in this area and it will not refresh the page on postback
    </ContentTemplate>
</asp:UpdatePanel>