Posts by Ton1397 • 33 points
1 post
-
3
votes3
answers472
viewsQ: Asp mvc how to change model data and move to another view
I’m starting in Asp net mvc and I’m not able to take the changed data from a simple model and move to another view. Follow the codes: Model: public class Produto { public int ProdutoId { get; set; }…
asp.net-mvcasked Ton1397 33