I have an aspx page that is getting an Object Expected javascript error on submit, but when you break into the error the breakpoint is somewhere in the middle of the __VIEWSTATE input html element.
A javascript stack dump shows just "{anonymous}(null)".
What does this mean and how does one go about debugging further?