“maintainScrollPositionOnPostBack=”true“ ” does not work with google chrome

前端 未结 2 1405
别那么骄傲
别那么骄傲 2021-01-12 11:41
  1. Web.config Level => pages maintainScrollPositionOnPostBack=\"true\" />

  2. Page Level => <%@ Page MaintainScrollPositionOnPostback=\"true\" %>

2条回答
  •  北荒
    北荒 (楼主)
    2021-01-12 12:19

    You can add this snippet to your ASP.NET Page/MasterPage (jQuery required):

    
    
    

提交回复
热议问题