tags:

views:

27

answers:

1

I am using C# code and displayed the Page and when i click on the link button on the top of the page then the page should scroll to the bottom of the page because the related content will be on the bottom of the page.

How can i achieve this

can u give me the solution for this scenario either programatically in c# or in jquery

Thanks in advance Vara Prasad.M

+3  A: 

Here's a nice plugin that allows you to easily scroll to any part of the document.

Darin Dimitrov