Quote:
Originally posted by Erik Johnson
I tried both of these methods. Unfortunately, they both still take me back to the top of the html page when they Navigate() or reload().
Is there any way to get/set a property that tells you how far down in a page you are, that you can set when the page reloads?
Thanks for your suggestions-
Erik
Refresh is how to do it..... and I dont believe what you want is possible (at least built into the web control). you might be able to get the scroll bar value with SendMessage and then reset that value after u refresh the page.....