I encountered a javascript error on submit in my aspx page, with the breakpoint located within the __VIEWSTATE input html element. This error is causing an "Object Expected" issue.
The javascript stack dump only displays "{anonymous}(null)".
I'm unsure of what this means and how to proceed with debugging. Can someone provide insight on how to investigate further?