PDA

Click to See Complete Forum and Search --> : Going back where I left off


jl39775
Nov 22nd, 2002, 10:45 AM
I have a problem. On my web form I have web controls that I need to scroll down to get to. One of the control is a button. When I press this button, my web form post. I want the web form to go back to the same location where the button is located after the post. I don't what to have to scroll down again. Can someone tell me how to do this?

Thanks,

James

Musician
Nov 24th, 2002, 07:02 PM
set smartnavigation=true in the @page section at the top. This will only work with IE5 or above.