2014年9月1日 星期一

[ASP.NET]編輯資料時,固定位置(MaintainScrollPositionOnPostBack)

為了避免GridView進入編輯模式時,畫面重整後自動跳到最上面的一列.

在 .aspx 中

<%@Page Language="C#"
   
    
     MaintainScrollPositionOnPostBack="true"
%>

沒有留言:

張貼留言

讓ASP.NET網站在開發除錯時期擁有WEB.CONFIG文件轉換功能

ref: https://blog.kkbruce.net/2016/09/enabling-xml-document-transforms-for-all-asp-net-web-by-develop-time.html#.XoP1KGMzbRY