VS '12 asp.net C# mvc Internet App + Kendo UI,EF Code First,Kendo UI
使用剑道 DDL
@(Html.Kendo().DropDownList()
.Name("dropdownlist")
.BindTo(new string[] { "Leasehold A", "Mineral Owner", "Prospect", "StrangerInTitleNote", "StrangerInTitleNoteInfo", "StrangerLeasingNote", "StrangerLeasingNoteInfo", "Subject To", "Surface Note", "Surface Note Info", "Unreleased Mortage", "Unreleased Oil and Gas Leasors", "Vesting Note" })
)
很简单吧?- 现在我想提取所选项目并将其放入 Actionlink
@Html.ActionLink("Create New", "Create", new { id = } )', null) ....
我在id=
现场放什么。我怎样才能让它工作。感谢您的任何回答。PS:到目前为止对MVC或任何HTML都不熟悉,我必须使用脚本吗?- 最好我不想离开视图。