Posts by Pablo Ramon Borges • 145 points
6 posts
-
0
votes2
answers1031
viewsA: How to call an Html.Action("my page") via jquery?
I had to do so to work, but I’ll have to repeat for each modal. <script type="text/javascript"> $(".loopa").click(function () { var part = $(this).attr("data-id");…
-
0
votes2
answers1031
viewsQ: How to call an Html.Action("my page") via jquery?
I have a page that loads several partials views, I want to call in a modal a specific page that will fill the entire screen. I am using a generic jquery command to call an action that will be passed…
-
5
votes1
answer76
viewsQ: How to block menu buttons, when a form has not been saved yet, is it possible?
I’m new around here. I’m starting in c# and came across the following question: I have a form, where I haven’t given a post still, and I didn’t want to let the user leave this screen without saving.…
-
2
votes1
answer651
viewsQ: Child actions are not allowed to perform redirect actions. MVC 5
On my homepage, there’s a shortcut button that opens a modal, and inside that modal is a partialView which points to a action within another controller. Until then quiet. <div class="modal fade"…
-
3
votes2
answers17227
viewsA: Unable to load file or Assembly 'Webgrease, Version=1.3.0.0, Culture=neutral
I solved!!! The solution was to go in Import and Export Settings, and give a Reset all Settings
-
4
votes2
answers17227
viewsQ: Unable to load file or Assembly 'Webgrease, Version=1.3.0.0, Culture=neutral
I am just opening a new project based on MVC 5, framework 4.0, c#, and after opening the project for the first time and compiling, error occurs Não foi possível carregar arquivo ou assembly…