Posts by Paulo Garbelini • 41 points
3 posts
-
1
votes2
answers133
viewsA: Remove from mvc page " 2017 - Project Name"
Mariana, most likely this comes on the _Layout.cshtml page of the Shared folder. Asp.Net has it as an initial pattern as an example page shared with others. To stop it from appearing only for this…
-
1
votes1
answer197
viewsA: POST model reaching null in controller
I performed some procedures: -I tried to use a $.param I saw through this post Post without form This one above, which apparently would be a fix, did not help me in the problem. What fixed that…
-
2
votes1
answer197
viewsQ: POST model reaching null in controller
I’m having a complicated problem with my code that I can’t seem to solve. Initially, I have a function SubmitUsuarioRegistro of Javascript that carries out the post of the user’s profile, forwarding…