vote up 0 vote down star

I have a page where I would like it to remain static after refresh and does not default back to the top page again as it will disrupt the position I was viewing it last. Hence I have all the time to scroll down again to find the area I was viewing last. Is there a way of eliminating the burden of scrolling down again?

flag

78% accept rate
in asp.net theres a proprerty for this in the page directive. dont have the js offhand though – Shawn Simon Jan 3 '09 at 17:18

1 Answer

vote up 1 vote down check

Here's an example of retaining scroll position using PHP.

Here's an example for ASP.NET.

If those don't suffice, doing a google search for "retaining scroll position" will provide many more examples.

link|flag
Have you got any example for ASP.NET VB please? – David Bonnici Jan 3 '09 at 18:05

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.