标签:style new for mil rom val man system opera time false
开发中遇到令人蛋疼的问题:
只能在执行Render()的过程中调用RegisterForEventValidation
当出现的异常的提示:
异常详细信息: System.InvalidOperationException:只能在执行Render()的过程中调用RegisterForEventValidation;
不要伤心,下面是解决办法:
出现这个异常,解决问题只需要在<%@ Page %> 指令中加上 EnableEventValidation="false"
"只能在执行Render()的过程中调用RegisterForEventValidation" 解决方案,码迷,mamicode.com
"只能在执行Render()的过程中调用RegisterForEventValidation" 解决方案
标签:style new for mil rom val man system opera time false
原文地址:http://www.cnblogs.com/the-three/p/3701314.html