Im getting that error when try to call a __doPostBack on one of my pages, every page that i have in the project use __doPostBack function but in this particular page im gett
Here's why this was happening to me: I accidentally forgot that script tags must always have closing tags:
I corrected the script tag:
and sanity returned.