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

Loading panel in master page

1 Answer 137 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Matteo Beretta
Top achievements
Rank 1
Matteo Beretta asked on 21 Jun 2013, 05:46 PM
Hi, i try tu put a loading panel on a masterpage, but return me a error:

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" DefaultLoadingPanelID="RadAjaxLoadingPanel1">
</telerik:RadAjaxManager>
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" MinDisplayTime="0" Transparency="0" >
</telerik:RadAjaxLoadingPanel>
<telerik:RadAjaxPanel runat="server" ID="loadPanel" HorizontalAlign="NotSet">
      <asp:ContentPlaceHolder runat="server" ID="MainContent" />
</telerik:RadAjaxPanel>

The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 26 Jun 2013, 11:42 AM
Hello Matteo,

Please review the hep topic below which elaborates on this matter and verify if it helps:
http://www.telerik.com/help/aspnet-ajax/ajax-radscriptblock-radcodeblock.html

Regards,
Maria Ilieva
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Ajax
Asked by
Matteo Beretta
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or