As a test, I am trying to use an AjaxPanel to encompass the content of my page. I have used comments <%-- ... --%> on the page for documentation. Because these comments are within the panel, I get the runtime error:
The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
How do I work around this problem? I'm sure there must be a way to use documentation within an AjaxPanel!
The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
How do I work around this problem? I'm sure there must be a way to use documentation within an AjaxPanel!