maintainScrollPositionOnPostback=“true” does not work globally after setting in web.config ,but works in page level,what should I do?

a 夏天 提交于 2019-12-02 04:03:47

might be a problem with case sensitivity - try maintainScrollPositionOnPostback (lowercase m)

I had similar problem. But after inspecting markup found out problem was with one of the update panel. Check update panels if you have similar problem.

Hey i found solution on Javascript file

Just add in your header file after jquery library

I think this will resolve your problem its works perfect for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!