drop down
This commit is contained in:
parent
6bf8c8da65
commit
fbc9d67401
2 changed files with 2 additions and 5 deletions
|
|
@ -58,7 +58,7 @@
|
|||
<div class="form-group">
|
||||
<label asp-for="Type" class="col-md-2 control-label"></label>
|
||||
<div class="col-md-10">
|
||||
<select asp-for="Type" class="form-control"></select>
|
||||
@Html.DropDownList("Type")
|
||||
<span asp-validation-for="Type" class="text-danger" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue