如何从动态创建的`Html.DropDownListFor`获取值

时间:2018-12-26 23:07:46

标签: javascript model-view-controller

对于每个选定的行,我们创建@Html.DropDownListFor。根据每行的用户选择,我需要在每行上显示或隐藏与<div>不同的id

@Html.DropDownListFor(
    Function(model) model.TypeID,
    Model.fileTypeslst,
    "Please select file type",
    New With {
        .style = "width:100%;",
        .ID = "fileTypeLst",
        .class = "fileTypeLst"
    }
) 

0 个答案:

没有答案