I'm upgrading an ASP.NET 1.1 app and have things working but am seeing the Javascript error referenced in the title. From research it appears that ASP.NET is not spitting out the javascript that is used to maintain scroll position between postbacks.
I did some googling and have checked the various issues mentioned but can't seem to find what might be going on.
Environment details:
- IIS 6 on Win Server 2003
- The virtual directory is running ASP.NET 2.0.50727
- I have set maintainScrollPositionOnPostBack="True" in the section of web.config
Any ideas?