How to fix the error: 'Page_Validators' is undefined
It's actually a simple fix. For all asp.net 4.5 applications, just add this line in the web.config:
<appSettings>
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
</appSettings>
Of course you can always learn more at oledu.com.
Home >
Programming > How to fix Error: 'Page_Validators' is undefined