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.
使用 jQuery 如何将数据从对 asp.net ashx 处理程序的调用绑定到数据列表?
简单的回答:你没有。数据列表是服务器端的,jQuery 是本地的。
复杂的答案:您可以使用 jQuery 来允许用户与本地的控件和显示进行交互。您还可以使用 jQuery 来更新您的数据存储 (SQL)。然后,您可以将数据从后面代码中的数据存储重新加载到服务器端变量中。