Page 1 of 1

Refreshing UpdatePanel to top of page

Posted: Thu Sep 17, 2009 6:51 pm
by john.strez
Hello,

I'm working with the OnePageCheckout and after you enter billing/shipping and click continue, the page is refreshed to the same position in the document..right around the payment methods. I want the page to refresh at the top of the page. Has anyone else faced this and found an easy fix?

thanks.

Re: Refreshing UpdatePanel to top of page

Posted: Thu Sep 17, 2009 9:10 pm
by john.strez
Adding a trigger seemed to work in case anyone needs this
<Triggers>
<asp:PostBackTrigger ControlID ="ContinueButton" />
</Triggers>