Any idea why when I go to this page in a .NET winforms application with nothing but a WebBrowser, and click the right arrow “>” to go to the next page in the table shown in that page, it stays loading forever. But If I do the same in Internet Explorer 9 and 10, or Chrome it works fine.
I even tried changing browser emulation to 9 in an Win 7 machine and to 10 in a Win 8 machine but it keeps doing the same.
Enabling FEATURE_SCRIPTURL_MITIGATION in the registry for my application solves this.