Control contains a block of code (that is, <% ...%>), so the control collection cannot be modified

Source: Internet
Author: User
Tags stack trace

Error:

Server error in "/" application. the control contains a block of code (that is, <%.%>), so the collection of controls cannot be modified.

Description: An unhandled exception occurred during the execution of the current WEB request. Check the stack trace information For more information about the error and the source of the error in your code.

Exception Details: System.Web.HttpException: The control contains a block of code (that is, <% ...%>), so the control collection cannot be modified.

Source Error:

执行当前 Web 请求期间生成了未经处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。


Stack trace:

[HttpException (0x80004005): The control contains a block of code (that is, <% ...%>), so the control collection cannot be modified. ]   System.Web.UI.ControlCollection.Add (Control child) +9871215   System.Web.UI.PageTheme.SetStyleSheet () + 301   System.Web.UI.Page.OnInit (EventArgs e) +9675168   System.Web.UI.Control.InitRecursive (Control NamingContainer) +134   System.Web.UI.Page.ProcessRequestMain (Boolean Includestagesbeforeasyncpoint, Boolean Includestagesafterasyncpoint) +489

Cause analysis: The JS code written in <script> in head contains the <%=...%> code

Workaround: Move <%=...%> find a way into the body (take <%#...%>)

Control contains a block of code (that is, <% ...%>), so the control collection cannot be modified

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.