Currently in the process of upgrading an ASP.NET 1.1 application and I have managed to get things operational. However, I am encountering a Javascript error as mentioned in the title. It seems that ASP.NET is not generating the necessary javascript to preserve scroll position during postbacks.
After conducting some research and searching online, I have explored various potential causes but have yet to identify the root of the issue.
Here are the environment details:
- Running IIS 6 on Windows Server 2003
- The virtual directory is utilizing ASP.NET 2.0.50727
- I have already configured maintainScrollPositionOnPostBack="True" in the section of the web.config
Any suggestions or insights would be greatly appreciated.