or
| RadTreeNode childNode = new RadTreeNode("text"); |
| Label lbl1 = new Label(); |
| lbl1.Text = "text <br/> and additional information"; |
| childNode.controls.Add(lbl1); |
| parentNodes.nodes.add(childnode); |


I have used RadAjaxLoadingPanel in master page to show the progressbar in content pages while application is busy for this every thing is working fine except button,If i click on button nothing is happening can i know what is the reason if problem is there is there any solution?
Suggest me.
Code:
</
asp:ScriptManager>
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" LoadingPanelID="RadAjaxLoadingPanel1">
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</telerik:RadAjaxPanel>
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Height="75px"
Width="75px" Skin="Sunset">
</telerik:RadAjaxLoadingPanel>