@Html.Label("分行") @Html.DropDownList("BRNO", (IEnumerable)ViewBag.YYY, new { @class = "form-control" }) @Html.Label("民國") @Html.DropDownList("YYY", (IEnumerable)ViewBag.YYY, new { @class = "form-control" }) @Html.Label("月份") @Html.DropDownList("MM", (IEnumerable)ViewBag.YYY, new { @class = "form-control" })