Changeset d6040ef for PostgreSqlDotnetCore/Views/VetCenter/Edit.cshtml
- Timestamp:
- 08/20/24 23:14:03 (3 months ago)
- Branches:
- main
- Children:
- 57fc402
- Parents:
- 63bd770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/VetCenter/Edit.cshtml
r63bd770 rd6040ef 75 75 </div> 76 76 </div> *@ 77 <div class="form-group">77 @* <div class="form-group"> 78 78 <label for="citiesid">Citie:</label> 79 79 <select class="form-control" id="citiesid" name="citiesid"> … … 84 84 </select> 85 85 </div> 86 86 *@ 87 <div class="form-group"> 88 <label asp-for="citiesid" class="control-label"></label> 89 <select asp-for="citiesid" asp-items="ViewBag.Citiess" class="form-control"></select> 90 <span asp-validation-for="citiesid" class="text-danger"></span> 91 </div> 87 92 88 93 <div class="form-group">
Note:
See TracChangeset
for help on using the changeset viewer.