my application (ASP.NET MVC) shows a page which loads data constantly, at certain intervals.
The jQuery script calls a controller and this one renders a different pa
I believe it's not you being wrong, but rather it is the implementation of JavaScript in the browser. Do you face this problem in different browsers (Firefox, Opera, Internet Explorer), or only in some specific browser?
To get a better answer, you should post some of the JavaScript code that renders your page - maybe there are some optimizations possible.