Posts by Renan Cerqueira • 121 points
1 post
-
2
votes2
answers597
viewsA: Error creating modal window with jQuery in ASP.NET MVC
If your goal is to avoid making a view to confirm the deletion, why are you loading the view content into the dialog, on this line below? $("#dialogo").load("/Regiao/Deletar/" + codigo); The.load…
asp.net-mvc-5answered Renan Cerqueira 121