Click here to Skip to main content
15,917,862 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Guys,

I am checking some of the websites to see how to develope a value added features to the project.
As a part of my research, I have visited the below website. Please scroll bar and you will see a Panel called "Go to Top" Feature, Is this possible to apply this feature using Asp.Net, Any Ideas? pls...

http://8share.com/my
Posted
Updated 9-Oct-13 6:01am
v2
Comments
thatraja 9-Oct-13 11:40am    
I can't access that one, Include screenshot (use imgur.com site)
Member 9861478 9-Oct-13 11:59am    
Sorry about that, sure.

Easiest way is to do directly in HTML: http://www.myhtmltutorials.com/jump.html[^]
 
Share this answer
 
You can have a try with:
C#
Page.MaintainScrollPositionOnPostback = true;

Check this one:
ASP.net Postback - Scroll to Specific Position[^]
 
Share this answer
 
Pal,

I have used this in my website. :)
Click This site
 
Share this answer
 
 
Share this answer
 
Comments
ridoy 9-Oct-13 16:36pm    
why you post same answer twice?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900