Posts by Alex Sandro Martins de Araujo • 44 points
5 posts
-
0
votes1
answer186
viewsA: Route problem with MVC 5 C#
I came to this solution, I’m not sure if it’s the right pooooorem.... I modified the two ROUTES: ///ROTAS PARA FABRICANTE routes.MapRoute( name: "EditarFabricante", url: "{controller}/" +…
-
0
votes1
answer186
viewsQ: Route problem with MVC 5 C#
I’ve already researched it, I’ve spent two hours burning the dog but I couldn’t find a solution. Has anyone ever had that problem? I have the following link:…
-
1
votes1
answer406
viewsA: How to pass the Model to the controller via Jquery
Hello, William I don’t know if this can help you, but I do it this way: PS: I’m not sure if it’s the right way, but it suits me well. I created a javascript function: function ChamarAjax(Pagina,…
-
0
votes2
answers154
viewsA: C# MVC 5 - Run query with another query result
After I broke my head, I managed to find a solution: I created a new class inheriting the MENU class: MENU CLASS namespace Estoque.Dominio { public class WebEstMenu { public int men_in_codigo { get;…
-
1
votes2
answers154
viewsQ: C# MVC 5 - Run query with another query result
Folks I’m coming from PHP and learning C# MVC while I migrate the applications I have. I came across the following problem that I can’t find a solution to: This is my class that generates the menu…