Hello, I have a project for school to make an auction website.
I managed to make the controller to Add Bids for Auction, but now I don't know how to update the "Start Price" from Auction with value from bidders:
I don't know exactly but it can be done in the view only?
I tried to do that, but without success.
- @Html.DisplayFor(model => model.DataIncheiere)
-
- @Html.DisplayNameFor(model => model.PretInitial)
-
- @Html.DisplayFor(model => model.PretInitial== model.PretInitial + model.Oferte.LastOrDefault(b =>(b.ValoareBid).ToString()))
-
- @Html.DisplayNameFor(model => model.Produse.NumeProdus)
Mario ScheerenPosted May 1, 2021, 6:36 AM
Guest UserPosted May 3, 2021, 6:35 PM
Guest UserPosted May 3, 2021, 8:13 AM
Mario ScheerenPosted May 3, 2021, 4:50 AM
Guest UserPosted May 1, 2021, 9:03 AM