Hi,
I am using licensed ersion of telerik controls.
I want to use RadAjaxLoadingPanel on my page but when I drop below code, page thorws error as "The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). ".
Suprizingly I used the same code in other page within the same application and it works fine.
One observation: I am not getting <telerik..> in the intellisense despite of registering '<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>' whereas I get it on the page on which it successfully works.
I am using licensed ersion of telerik controls.
I want to use RadAjaxLoadingPanel on my page but when I drop below code, page thorws error as "The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). ".
Suprizingly I used the same code in other page within the same application and it works fine.
One observation: I am not getting <telerik..> in the intellisense despite of registering '<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>' whereas I get it on the page on which it successfully works.
Can you please suggest me any solution?
| <telerik:RadAjaxLoadingPanel ID="LoadingPanel_Main" runat="server" Transparency="30" BackColor="ControlLightLight" MinDisplayTime="3000" HorizontalAlign="Center"> |
| <table class="basic_text"> |
| <tr> |
| <td style="height: 10%; width: 80%; vertical-align: middle;"> |
| <img alt="<%= (string)this.GetGlobalResourceObject("Resources", "LoadingMessage") %>" src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>' style="border: 2;" /> |
| </td> |
| </tr> |
| </table> |
| </telerik:RadAjaxLoadingPanel> |
Thanks and Regards,
Mangesh
