Sunday, March 11, 2012

Error: "MaintainScrollPostition is not supported on pages with partial rendering turned on

You don't need this functionality when you are using Atlas UpdatePanels . The scroll position will always be maintained.
Only if every control on the page utilizes partial postbacks. If there are some ATLAS areas and some normal, unrelated controls, then it is possible that it could be useful.

Is there an easy way to tell if Partial Rendering is turned on?


i have manually disabled the MaintainScrollPositionOnPostBack, i.e. MaintainScrollPositionOnPostBack=false; But still i'm getting the same error. I even tried doing this (MaintainScrollPositionOnPostBack=false;) at runtime in Page_Init, But still getting the same error. What should i do?

Sad

I have a master page where there is no any (MaintainScrollPositionOnPostBack) and i did all the above said coding on child page.

Can anyone suggest me to do any trick\workaround for this?


Page-Tag: SmartNavigation

="true"

Note: this attribute is not listed via IntelliSense

No comments:

Post a Comment