问题描述
大家好,
我有三张桌子 BillingHead , BillingType , BillingSubType 的。所有他们分别 ID 作为主键和名称。 BillingHeadID 是用于 BillingType 表约束的外键, BillingTypeID 是外键 b> BillingSubType 的约束。
现在我想要一个 BillingHead 名称的下拉列表进入创建 查看 结算类型和结算类型名称进入 BiullingSubType 。
我使用的是MVC 5和EntityFramework6。并且还使用数据库第一种方法。
Hello to all,
I have three tables as BillingHead, BillingType, BillingSubType. All they have ID`s as primary key and names respectively. BillingHeadID is an foreign key for constraint for BillingType table, and BillingTypeID is an Foreign Key Constraint for BillingSubType.
Now I want an dropdown list of BillingHead names into Create View of Billing Type and BillingType name into BiullingSubType.
I am using the MVC 5 and EntityFramework6. And also using database first method.
推荐答案
这篇关于如何在MVC 5中生成DropDown列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!