Posts by Matheusls • 3 points
4 posts
-
-1
votes1
answer20
viewsQ: Layout Logo breaks when exiting Index
Hello, my logo breaks after leaving the index, whatever the view(Edit,delet, etc.), it breaks, in the index is normal, I would like to know how to fix it, following the error and the code. I’m using…
-
0
votes1
answer108
viewsQ: How to pass a string as a parameter in Action
I need to pass as a parameter a string where it returns all items that have the same name. Here he is returning Null. With Id it works perfectly. [HttpGet, ActionName("Search")] public async…
-
0
votes0
answers38
viewsQ: How to make a history
Hi, I have a question and I don’t know how to begin to resolve it. I’m using the Asp.net mvc and I have to create a history table, where it makes a copy of a certain part, even if I delete the…
-
0
votes1
answer56
viewsQ: Return amount Asp.net MVC
I have a model with category, Deposit, Date, Amount, I need the Amount add all the deposit that exist in the database and returns in the View, I did the following, only it didn’t solve. public async…