I have two pages.
- First page consist of links to second page.
- Second page consist of detail information.
Now when user clicks on the links on the 1st page then user is moved to second page. Now i would like to automatically scroll down on page load of 2nd page to particular section where that informatoin is displayed in details.
On both the pages the information is coming from database.
I am using Listview in 2nd page to display the details with paging.
How to desgin this scenario?
Thanks.