I have a lengthy asp.net page. A HTML table in the page has a link. when the link is clicked the page refreshes and takes me to the top part of the page. Instead, i want to see the part of the page that has the link. It should automatically scroll down to that part once the page refreshes. How is that possible.
Really appreciate your help. Thank you!
If you’re using ASP.NET 2.0 or above, and that is a LinkButton doing a postback, you can use: