Click here to Skip to main content
15,867,594 members
Articles / Web Development / ASP.NET
Alternative
Tip/Trick

Maintain Scroll Position Problem fix for Chrome.

Rate me:
Please Sign up or sign in to vote.
5.00/5 (79 votes)
16 Jun 2011CPOL 13.2K   84   1
The other option will be to use Update Panel ASP.NET control as much as possible. It helps to retain the current position on the page whenever a postback happens to the page.
The other option will be to use Update Panel ASP.NET control as much as possible. It helps to retain the current position on the page whenever a postback happens to the page.

License

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


Written By
Architect
United States United States
MSCS, MCTS, Senior Software Engineer, Architect, Craftsman, The Ultimate DEV ...
Azure Series


Comments and Discussions

 
QuestionMaintainScrollPositionOnPostback Pin
Amitabh, Patna Women's College1-Sep-22 1:31
Amitabh, Patna Women's College1-Sep-22 1:31 
The easier way would be to specify the "MaintainScrollPositionOnPostback" atribute of Page directive

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.