Jump Link within Page
Here is the code how to switch the view like top or bottom
for ex: we have seen on FAQ pages there if we click top it goes to top of the page the same functionality we have to implement.
<asp:HyperLink ID="top" runat="server" /> <br />asdsadasdsadsadadas<br /> <asp:HyperLink ID="bottom" runat="server" NavigateUrl="#top" Text="top" /> or <a id="identifier"> </a> <br />asdhsa<br />asdjksahd<br /> <a href="#identifier"> to top</a>
Good tip...
This is what I was looking for....
Thanks venkat...
:)