Ignore:
Timestamp:
08/30/24 02:20:42 (4 weeks ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
a3ce071
Parents:
e90ba32
Message:

fix update/create petcares

add new field modify functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PostgreSqlDotnetCore/Views/PetCares/Edit.cshtml

    re90ba32 r99d0ecc  
    5656        </div>
    5757
     58        <div class="form-group">
     59            @Html.LabelFor(model => model.pet_id, htmlAttributes: new { @class = "control-label col-md-2" })
     60            <div class="col-md-10">
     61                @Html.DropDownListFor(model => model.pet_id, (SelectList)ViewBag.Pets, "Select Pet", new { @class = "form-control" })
     62                @Html.ValidationMessageFor(model => model.pet_id, "", new { @class = "text-danger" })
     63            </div>
     64        </div>
    5865
    5966   @*<div class="form-group">
Note: See TracChangeset for help on using the changeset viewer.