I have a gridview that putted in ASP.NET Panel. both of panel and Gridview are in an UpdatePanel. there is a column in gridview that Causes Partial PostBacks. i want to Maintain Panel Scroll position on those postbacks. Is there any way? regards.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There is no built-in facility to resolve it in asp.net However, there is a workaround for this problem; You need to handle it with javascript. Solution is mentioned here: Maintain Scrollbar Position Inside UpdatePanel After Partial PostBack Edited 20-May-2012; after seeing the comments
Below is the code snapshot:-
|
|||||||||||||||
|
|
Add MaintainScrollPositionOnPostback="true" to your page directive. |
|||
|
