Hello.
I would like to use this example:
http://www.telerik.com/community/code-library/aspnet-ajax/general/drag-and-drop-between-radgrid-and-radtreeview.aspx
but, I have a customized Master Page, with no TreeView like the sample, so, I tryed to put the code of Default.aspx (that is the TreeView and GridView together) in a page with my Master Page linked, and the code behind in Default.aspx.cs. But, I got this error:
The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>)
Anyone knows why?
Regards.
I would like to use this example:
http://www.telerik.com/community/code-library/aspnet-ajax/general/drag-and-drop-between-radgrid-and-radtreeview.aspx
but, I have a customized Master Page, with no TreeView like the sample, so, I tryed to put the code of Default.aspx (that is the TreeView and GridView together) in a page with my Master Page linked, and the code behind in Default.aspx.cs. But, I got this error:
The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>)
Anyone knows why?
Regards.