Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个名为 gridview gdLog,我需要触发它的OnNeedDataSource事件。你如何从javascript或jQuery做到这一点?
gdLog
OnNeedDataSource
我试过做一个__
doPostBack('<%= gdLog.ClientID %>', 'OnNeedDataSource');
但它不会触发事件方法只是一个pageload.
pageload
在阅读了包含应该成为问题一部分的信息的评论后,您正在寻找一种GridView用新数据刷新的方法,因为弹出窗口上发生了一些变化。
GridView
您可能需要什么可以在这篇文章中找到:
异步调用 .NET 方法并在完成时绑定到网格
或者在这篇文章中:
http://oakdome.com/programming/ASP_NET_AsyncGridView.php