跳转页面报错

Server Error in '/WxOA' Application.


 

The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Web.HttpException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace: 

[HttpException (0x80004005): The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).]
   System.Web.UI.ControlCollection.AddAt(Int32 index, Control child) +8898062
   FineUI.CommonResourceHelper.AddContentToHead(Page page, String controlId, String msg) +117
   FineUI.CommonResourceHelper.RegisterCommonResource(Page page) +87
   FineUI.ResourceManager.Page_InitComplete(Object sender, EventArgs e) +30
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Page.OnInitComplete(EventArgs e) +9089182
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +604

 


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1031

 

无法修改控件集合,因为控件包含代码块(即:“%”…))

 

 

 

该怎么解决呢

qq_笑_17
浏览 531回答 3
3回答

蛊毒传说

想看看  控件包含代码块(即:“%”…)) 这些内容。。  

尚方宝剑之说

页面跳转,一般不是路径吗,看下是不是你路径哪弄错了

撒科打诨

protected void ImageButton2_Click(object sender, ImageClickEventArgs e) { Response.Redirect("http://jygroup.gnway.cc:8810/wxoa/ScanTest.aspx"); } 路径应该不会错的,代码里有好多这种跳转,就这一个报错
打开App,查看更多内容
随时随地看视频慕课网APP