I have an ASP.net WebForms page that has a lot of content on the top of the screen. It has a link button that will post back to the page and show another section of the page
This scroll automatically to desired Div in asp.net Control This is Function call it from Where you Want and also Download Java script file
OnClientClick="return scrollGrid()"
function scrollGrid1() { $('html,body').animate ( { scrollTop: $('#Div1').offset().top }, 'slow' ) }