标签: html sql asp.net-mvc model-view-controller html.dropdownlistfor
我有两张桌子:雇主(ID(PK),姓名)&学生(身份证,姓名,雇主_ID(FK))
我使用下拉列表显示雇主姓名列表@Html.DropDownList("Employer_ID", null, htmlAttributes: new { @class = "form-control" })
@Html.DropDownList("Employer_ID", null, htmlAttributes: new { @class = "form-control" })
但是从这里我想保存雇主的价值,而不是使用字符串。
答案 0 :(得分:0)
这是你的清单。
self