VS '12 asp.net C# mvc インターネット アプリ + 剣道 UI、EF コード ファースト、剣道 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) ....
what do I place at the id=
spot. How can I get this to work. Thanks for any answers.
PS: Not familiar with MVC to much or any HTML so far, must I use a Script? - preferably I would like to not leave the view.