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.
如何在不重新加载所有数据的情况下编辑列表视图中的一行(即:重新加载第 3 页中的所有数据)? 当我单击编辑链接时,每列中的每个标签都将转换为文本框(或下拉列表或 ...),而无需重新加载所有数据。 之后我单击保存链接,并刷新数据库中的所有更改(使用 ajax)。 换句话说,在listview asp.net控件中编辑一行的低成本解决方案是什么?