Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using the code from this article (my article)
Creating Dynamic User Friendly Web-Based Data Collection Forms[^]
in building a web form. Currently i am working with a colleague on a form that contains 102 item with many branching / skip logic. The user complain is that when he choose an option that causes postback of the form (although reload OK with all data in place)the webpage jumps to the top. Is there a way to keep the position of the page after reload due to postback where the user cursor was.
Posted

1 solution

you can use page level directive MaintainScrollPositionOnPostback="true"
 
Share this answer
 
Comments
MohamedKamalPharm 22-May-13 6:07am    
Thanks Sir, You saved my Day. Thanks again.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900