This is a migrated thread and some comments may be shown as answers.

RadAjaxLoadingPanel

1 Answer 61 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Linga Reddy
Top achievements
Rank 1
Linga Reddy asked on 28 Jan 2010, 10:55 AM

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>

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 28 Jan 2010, 11:38 AM
Hello Linga Reddy,

I would suggest you to use a RadAjaxManager to ajaxify controls when you use a MasterPage and ContentPages rather than using an RadAjaxPanel. Check out the following help document which explains on how to go about using a RadAjaxManager to ajaxify a MasterPage and the associated pages:
MasterPages: ajaxify and update controls in master and content page

Thanks
Princy.
Tags
Ajax
Asked by
Linga Reddy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or