Reset scroll position after Async postback – ASP.NET
What is the best way to reset the scroll position to the top of page after the an asynchronous postback?
What is the best way to reset the scroll position to the top of page after the an asynchronous postback?
I have a div within an aspx page with overflow set to auto. The contents of the div are dynamically created and consists of a list of link buttons.