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

RadDock <%= Problem

1 Answer 43 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Aykut Aras
Top achievements
Rank 1
Aykut Aras asked on 06 Mar 2010, 04:11 PM
Hello,

This is an interesting problem i think. We are taking "The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>)." error. We have a code block like this:

<table>
<tr>
<td>
<%="Example Here" %>
</td>
</tr>
</table>

<telerik:RadDockLayout runat="server" ID="rdlGallery" OnSaveDockLayout="rdlGallery_SaveDockLayout" OnLoadDockLayout="rdlGallery_LoadDockLayout">
   <telerik:RadDockZone runat="server" ID="rdzGallery" Width="600" MinHeight="100" Orientation="Horizontal"></telerik:RadDockZone>
</telerik:RadDockLayout>


1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 10 Mar 2010, 02:42 PM
Hi Aykut,

I believe the following forum thread will be of help: http://www.telerik.com/community/forums/aspnet/editor/the-controls-collection-cannot-be-modified-because-the-control-contains-code-blocks-i-e-lt-gt.aspx.

In case the problem persists please send a sample project that demonstrates the issue and we will do our best to fix it.

Greetings,
Pero
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Dock
Asked by
Aykut Aras
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or