I was doing an ASP.NET MVC project, about budget, using user, transactions, account, account type, operation type and category, those are my tables in SQL. The problem is that I was doing the CRUD on the transaction controller, I was doing the create.cshtml
to see if a new transaction is created, but have an error on the creation.
Here are two screenshots for illustration:
I am trying to understand about the problem, so I can solve it, because I was understanding everything on the problem, but I am stuck here, and I can’t continue.
My code:
Jose Rafael Vega is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2