Posts by Doug_js • 1 point
2 posts
-
0
votes1
answer2760
viewsQ: Return after Httppost in Partial View
Good night, I’m working with Bootstrap 3 tabs, and I have the following structure: View.cshtml <div class="tab-content"> <div id="tab_cooperado" class="tab-pane fade">…
-
0
votes1
answer1055
viewsQ: Send a modelView as parameter to a modal bootstrap
When searching for how to render a partialView in a modal bootstrap, found this link: Using Bootstrap Modal window as Partialview, only I need to make a request POST by clicking the button that…