摘要:1、在页面没有使用AJAX时,在页面的Page命令中增加MaintainScrollPositionOnPostback="true"属性 ...
阅读全文
posted @ 2014-12-26 14:30
|
|
|
随笔分类 - WEB开发
摘要:1、在页面没有使用AJAX时,在页面的Page命令中增加MaintainScrollPositionOnPostback="true"属性 ...
阅读全文
posted @ 2014-12-26 14:30
摘要:1、在指令中添加 EnableEventValidation="false"2、在RowDataBound事件中添加protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e){ s...
阅读全文
posted @ 2014-11-26 18:44
|
|