您的位置:首页 > 大数据 > 人工智能

How to maintain the position of the scrollbar on postbacks (across the entire site)

2008-01-15 15:36 756 查看
How to do this across the entire site:

If you would like to apply this behavior to your entire site
simply modify

the <pages /> entry of your <system.web />
section in your web.config file like so:

<pagesmaintainScrollPositionOnPostBack="true" />
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐