clean up for mailing
This commit is contained in:
parent
acdec2b6f7
commit
72bf0f458d
14 changed files with 2934 additions and 116 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<div class="form-group">
|
||||
<label asp-for="Id" class="control-label col-md-2">@SR["Id"]</label>
|
||||
<div class="col-md-10">
|
||||
<select asp-for="Id" asp-items="@ViewBag.Id" class="form-control" >
|
||||
<select name="Id" asp-for="Id" asp-items="@ViewBag.Id" class="form-control" >
|
||||
</select>
|
||||
<span asp-validation-for="Id" class="text-danger" ></span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue