Questions tagged as 'mvc'

0
answers

IMPLEMENT AJAX IN ARCHITECTURE MVC php

I have a question about how to implement ajax in php MVC. my file structure is as follows: I do not know which directory should use the ajax requests     
asked by 05.12.2018 / 17:51
2
answers

Validate Deletion of Related Records MVC Entity Framework

I am new to MVC, I want to know how I can validate that at the moment of deleting a parent record I am shown a message that tells the user that it can not be deleted because of the relationship with the child records. I have a validation in t...
asked by 05.12.2018 / 03:52
0
answers

Help with filling gridview c # MVC

It turns out that I have an unsolved problem, I have a test project which shows me a field after assigning a value, so I assign a value to the field that shows in a gridview, this is in windows forms, when I pass it to seen why it should be web,...
asked by 03.12.2018 / 16:34
0
answers

Working with MultipartFile in Spring 5 MVC returns null

Good morning Community. I have the typical problem of not being able to upload an image to a directory on the server, I have tried several alternatives but without success. Here I leave part of my code. Configuration Bean @Bean public Co...
asked by 01.12.2018 / 22:01
0
answers

Grid DevExpress event change

I have this modal with a grid, the problem is that when I select a row. this function is executed repeatedly doing the same thing. @Html.DevExpress().GridView(settings => { settings.Name = "grid_ModalProductosProceso"; setti...
asked by 30.11.2018 / 15:41
0
answers

Add header in SOAP request

This new thread comes derived from: this other one Finally I was able to move forward a bit (I think). With the help of Carlos Peix, I managed to get the proxy through a reference to the service. Now I'm getting the following message: "S...
asked by 30.11.2018 / 13:02
0
answers

Integrate XML with Python for Views

I'm going to do a program in python, and I'd like to use XML to create the views of the program. I mean, I'd like to have the python code in the .py files and the views in the .xml files Investigating a little you would have to use model-view-co...
asked by 04.12.2018 / 14:29
1
answer

IIS And the basic authentication? Section closure

members of the community. It turns out that I implemented an ASP.NET MVC application in the organization, I am using the basic authentication of IIS, I was investigating how I could close the section after a user authenticated but it is not p...
asked by 27.11.2018 / 15:16
0
answers

Data from 2 Sub-reports appear in a report Main empty Crystal Report + MVC

I am putting together a report that involves inserting 2 linked sub-reports by 3 parameters, my problem persists when I insert 2 sub-reports in my main report, but when I insert only 1 if it shows me when I run my application and export the repo...
asked by 07.12.2018 / 18:02
1
answer

JDesktopPane and JInternalFrame in JAVA MVC with Listeners

** Hello good day, in classes we had to see the MVC design pattern to implement it in a future project. Testing how to separate the code from the views and that I made one using JFrame -> 2 botones + JdesktopPane ; and each button op...
asked by 21.11.2018 / 08:49