Report Viewer Configuration error - In View Source of webpage

后端 未结 8 1166
你的背包
你的背包 2021-01-04 05:27

I found the following error message when I checked View source of the web page , but the web page works just fine. Our Test lead found the error while performing Assertion t

8条回答
  •  醉梦人生
    2021-01-04 06:08

    After changing the web.config file depending on IIS version, try add this code part:

      if(!IsPostBack){
            // Here codes about ReportViewer1 
        }
    

    You can check this similar problem.

提交回复
热议问题