C
Cal Who
I'm gettig the message:
The Controls collection cannot be modified because the control contains code
blocks (i.e. <% ... %>).
Which I guess is old hat. I've tried many of the suggestions on the Internet
to no avail.
The code below is what I ended up with after removing anything that I
thought could cause the problem.
If comment out this code I do not get the message.
But with it I do.
Looking for suggestion as to what I can try.
Thanks
<asp:Content runat="server" ...snip...
....
<ajaxToolkit:TabContainer ID="TabContainer1" runat="server" >
<ajaxToolkit:TabPanel ID="TabPanelZ1" runat="server" HeaderText='aaa'>
<ContentTemplate>
<asp:Literal Mode="PassThrough" runat="server" Text='sss' />
</ContentTemplate>
</ajaxToolkit:TabPanel>
</ajaxToolkit:TabContainer>
</asp:Content>
The Controls collection cannot be modified because the control contains code
blocks (i.e. <% ... %>).
Which I guess is old hat. I've tried many of the suggestions on the Internet
to no avail.
The code below is what I ended up with after removing anything that I
thought could cause the problem.
If comment out this code I do not get the message.
But with it I do.
Looking for suggestion as to what I can try.
Thanks
<asp:Content runat="server" ...snip...
....
<ajaxToolkit:TabContainer ID="TabContainer1" runat="server" >
<ajaxToolkit:TabPanel ID="TabPanelZ1" runat="server" HeaderText='aaa'>
<ContentTemplate>
<asp:Literal Mode="PassThrough" runat="server" Text='sss' />
</ContentTemplate>
</ajaxToolkit:TabPanel>
</ajaxToolkit:TabContainer>
</asp:Content>