gpt4 book ai didi

asp.net-mvc - 如何使用默认值创建一个空的下拉列表?

转载 作者:行者123 更新时间:2023-12-02 11:23:28 26 4
gpt4 key购买 nike

我想创建一个只有默认值的空下拉列表。我使用以下代码:

@Html.DropDownList("parent","--Select Parent--")

但在运行时我看到这个错误:

There is no ViewData item of type 'IEnumerable' that has the key 'parent'.



我该如何解决?
谢谢。

最佳答案

您可以像这样构建一个空的 DropDownList:

@Html.DropDownList("parent", Enumerable.Empty<SelectListItem>(), "--Select Parent--")

引用: Build an empty MVC DropdownListFor for a Cascade Sub-List

关于asp.net-mvc - 如何使用默认值创建一个空的下拉列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15640275/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com