Posts by Carlos AC • 31 points
2 posts
-
3
votes1
answer56
viewsQ: I cannot load a View after calling $.post
I am passing the parameter below (client), from a jQuery function to a Action, through the command $.post (as shown below). The parameter arrives correctly in my action, but I cannot return to View…
-
0
votes1
answer875
viewsQ: Linq - Relationship with 3 tables
Good morning. In my project (C# MVC), I need to make a query with three tables, being: Tabcolecao 1 - N Tabvolume and Tabvolume 1 - N Tobacconist Example: I need to present the View as follows: The…