I inherited a web store project ( ASP.NET 3.5, Webforms , Visual Studio 2008 PRO ). On one page, I have MaintainScrollPositionOnPostback set to true . When the shopping cart (user control uploaded to the main page) is empty, then asp.net does not generate the Javascript code needed for the scroll position. When I add some items to the basket, everything works fine.
Can you give me some advice on how to find the part of the code that is responsible for this problem? I do not have access to third-party profilers.
source share