Hi,
I want to fix a scroll position for a list view page(say "AllItem.aspx"). In this page item limit is 20. When user moved from first page to second page by default it scroll comes at the bottom of the page. I want user to navigate from one page to another at the top of page instead of bottom.
I tried using maintainscrollpositiononpostback="false" but i didnt work.