I have a problem while opening asp.net page. on post back my page scrolling to the middle of the page. Page contains one ModalPopupExtender and so many javascripts. I think the page focusing on this ajax control while page load. There is no javascript function related to "animation" or "scroll" to scroll page.I tried below code to fix
$(document).ready(function() {
document.getElementById('staticcontrols').scrollIntoView(false);
});"
In mozilla FX its working but not in IE. Please help me.
Thanks in advance.