This commit is contained in:
Paul Schneider 2017-02-13 01:32:03 +01:00
commit cea0defaf4
16 changed files with 309 additions and 38 deletions

View file

@ -19,6 +19,13 @@
<span asp-validation-for="Brand" class="text-danger" />
</div>
</div>
<div class="form-group">
<label asp-for="ColorId" class="control-label col-md-2">ColorId</label>
<div class="col-md-10">
<select asp-for="ColorId" asp-items=@ViewBag.ColorId class="form-control"></select>
<span asp-validation-for="ColorId" class="text-danger" />
</div>
</div>
<div class="form-group">
<div class="col-md-offset-2 col-md-10">
<input type="submit" value="Save" class="btn btn-default" />