ADO.NET 实体数据模型 - MVC - 管理一对多关系

发布于 2024-08-11 09:50:21 字数 174 浏览 8 评论 0原文

假设我有以下情况。

我有很多客户,也有很多顾问,而每个客户只派了一名顾问。所以这是一对多的关系。

我创建了显示 customer_name 和 customer_consultant_id 的编辑视图,发布后我应该如何更新信息?仅仅 UpdateModel 不起作用,所以需要更多的东西。有什么想法吗?

Let's say that I have following situation.

I have many customers and many consultans, and each customer has attached only one consultant. So it's one-to-many relationship.

I created Edit view which display customer_name and customer_consultant_id how should I update information after post? Just UpdateModel does not work, so something more is needed. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

嗳卜坏 2024-08-18 09:50:21

要将数据从网页获取到控制器,请查看 Scott Hanselman 的这篇文章:

用于模型绑定到数组、列表、集合、字典的 ASP.NET 有线格式

To get the data from your web page to the controller, have a look at this article from Scott Hanselman:

ASP.NET Wire Format for Model Binding to Arrays, Lists, Collections, Dictionaries

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文