Questions tagged as 'mvc'

0
answers

Refresh DIV after sending model from Spring controller

You see, I am working with spring and thymeleaf and I am just a beginner in this subject; I have the following tree which contains some modules and beside it is a form with which you can create and edit the modules. my problem is that when I...
asked by 08.09.2017 / 17:24
1
answer

Jenkins and MsBuild with a MVC website

Good, I would like you to help me with the Jenkins continuous integration tool, but above all the problem I have is with the msbuild.  I have a web in asp with nuget packages that in the VS compiles and publishes perfectly nevertheless with the...
asked by 07.04.2017 / 14:18
0
answers

Driver fails to call PHP model

How about, I'm a bit green in this, I was creating an api with php following the mvc model, I had managed to connect to the base using PDO, I did my controller std, my users ctrl, user model and my index, it works well with only one (users), but...
asked by 16.05.2017 / 03:29
1
answer

How to capture the exception generated by a controller?

I have the following code that generates a report in PDF: public void reporte(int ID) { try{ System.Data.DataSet ds = new System.Data.DataSet("Hoja_Salida"); DataTable dtEmpresa = Empresa.Obtener(Convert.T...
asked by 27.01.2017 / 20:08
2
answers

I can not add driver in MVC ASP.NET project [closed]

I have created an MVC project with Entity Framework on a team with Visual Studio 2015 (with the appropriate updates). I was able to add a controller linked to one of my entities, to test it. Once verified its proper functioning, I wanted to c...
asked by 27.02.2017 / 14:07
0
answers

Send Javascript Array to the MVC vb driver

var list = new Array(); for (var x = 0; x < tab1; x++) { var lsGrupo = "grupo3_" + x; var objGrupo = document.getElementsByName(lsGrupo); for (var i = 0; i < objGrupo.length; i++) { if (objGrupo[i].check...
asked by 22.11.2016 / 01:07
1
answer

pass data between mvc controllers 4

Hello is my first question on the page. I have 2 controllers but one of them has a partial view and contains a razor variable that I would like to get its value in the main view. Function Index() As ActionResult Return View()...
asked by 15.11.2016 / 16:46
0
answers

Visual Studio Code

Good morning. Does anyone know if in this new Microsoft tool you can develop applications in MVC and install nuget packages?     
asked by 07.10.2016 / 10:03
2
answers

Problem when executing a controller class

What I want to do is create a Controller for each Vista , but when creating a second controller it does not work, does not open the window or JIntenarFrame that corresponds. I have this code in the controller of the main window, it works...
asked by 13.10.2016 / 07:29
1
answer

called webapi sending input type files="file"

Good afternoon, I have the following block of code: @using (Html.BeginForm("Upload", "Orders", FormMethod.Post, new { enctype = "multipart/form-data" })) { <input type="file" name="attach" id="attach" multiple /> <...
asked by 20.09.2016 / 17:12