Posts by Leonardo Larocca • 41 points
2 posts
-
2
votes1
answer324
viewsA: Parameters between pages (ASP.NET Core / C#)
I managed to solve by placing the following function on the onclick of the button: onclick="location.href='@Url.Action("Action", "Controller")/'+$('#IdPai').val()" Therefore, in the Controller…
-
2
votes1
answer324
viewsQ: Parameters between pages (ASP.NET Core / C#)
Hello, I have a question in which I already researched a lot and did not get any concrete answer. I am beginner in C# and ASP.NET, forgive me for ignorance. I have a project in ASP.NET Core MVC. On…