Posted on May 20, 2009
(permalink)
Hi,
Working in VS2008, I have a normal working aspx page with telerik:RadAjaxManager, telerik:RadScriptManager and asp:WebPartManager
Everything works fine until I drop a RadAjaxPanel into a WebZone. Then it blows up with
"Cannot modify the controls collection of a GenericWebPart. To create a new GenericWebPart, use the WebPartManager.CreateWebPart() method"
Markup is
<asp:WebPartZone ID="WebPartZone5" runat="server">
<ZoneTemplate>
<telerik:RadAjaxPanel ID="RadAjaxPanel5" runat="server" ></telerik:RadAjaxPanel>
</ZoneTemplate>
</asp:WebPartZone>
UpdatePanels can go in Webpart zones, what is wrong with the Telerik Panel
Thanks and regards
Gordon