当前位置:编程学习 > C#/ASP.NET >>

UpdatePanel里面用锚点定位的问题

数据绑定到GridView之后,用锚点定位到GridView头部。
不用UpdatePanel是正常的,用了之后,先是定位到GridView头部。之后(1~2秒)又回到页面的最上面了。

//要定位到'scroll'控件。
ScriptManager.RegisterStartupScript(UpdatePanel1, GetType(), "scroll", "document.getElementById('scroll').scrollIntoView();", true);

--------------------编程问答-------------------- up
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,