悟生慧

 

2012年3月22日

让包含GridView的div或panel的滚动条自己拉到底部怎么做?

摘要: http://social.microsoft.com/Forums/es-ES/295/thread/5c7c219c-f41f-49ca-b74d-ef71c6d2f06b自行解决,function afteradd() { var div = document.getElementById('gvdiv'); div.scrollTop = div.scrollHeight; }增加完行后执行ScriptManager.RegisterStartupScript(this, this.GetType(), "", "<script la 阅读全文

posted @ 2012-03-22 10:50 悟生慧 阅读(581) 评论(0) 推荐(0)

导航