Posts by Guilherme Palumbo • 1 point
2 posts
-
0
votes2
answers48
viewsA: I need to select the last id of a Viewdata
Basically to solve my problem I did ViewData["production_order_ID"] = new SelectList(_context.Production_Order.Where(c =>…
-
0
votes2
answers48
viewsQ: I need to select the last id of a Viewdata
I have a ViewData with my production orders. I’m making a app where an operator can create a new production from the selected production order, but the ideal was that he did not need to…