Home All Groups Group Topic Archive Search About

back at the same point in a web page !!! ??? please help...

Author
11 Oct 2006 12:09 AM
Ros_Au
I have a very long page then with a button_click event I need to make
some calculation and fill a table shown in the page, the problem is
that when my page postback I start at the top of the page and I need to
scroll down to see the results!!!, Does anybody Knows how can I do to
go back to the same point where I clicked the Button

Author
11 Oct 2006 12:29 AM
rowe_newsgroups
Me.MaintainScrollPositionOnPostBack = True

Thanks,

Seth Rowe


Ros_Au wrote:
Show quoteHide quote
> I have a very long page then with a button_click event I need to make
> some calculation and fill a table shown in the page, the problem is
> that when my page postback I start at the top of the page and I need to
> scroll down to see the results!!!, Does anybody Knows how can I do to
> go back to the same point where I clicked the Button