简体   繁体   English

ASP.NET MVC可更新列表视图

[英]ASP.NET MVC Updatable List View

I can't find anyone doing this, and I'm trying to get my head around the best way to tackle this issue. 我找不到任何这样做的人,而我正在努力寻找解决此问题的最佳方法。

I'd like to take the standard "List View" view in an ASP.NET MVC application, and convert all of the "Labels" to "TextBoxes" and then save any changes made to each record. 我想在ASP.NET MVC应用程序中使用标准的“列表视图”视图,并将所有“标签”转换为“文本框”,然后保存对每个记录所做的任何更改。

The end result would function very similar to the List View in Access. 最终结果的功能将与Access中的“列表视图”非常相似。 I couldn't find anybody doing this, so any links or ideas are greatly appreciated. 我找不到任何人这样做,因此非常感谢任何链接或想法。

To be clear, I do not want an Edit/Delete button for each record, I want one "Save" button for ALL records at once. 明确地说,我不需要每个记录的“编辑/删除”按钮,我希望一次为所有记录使用一个“保存”按钮。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM