Questions tagged as 'mvc'

0
answers

generate xml server x

I have a project in mvc published on a server, the project is responsible for generating xml files and saves them in C: \ XML \, I have a problem because what I want is to save the xml in the path of my machine not in the server path, how can I...
asked by 20.11.2018 / 22:09
1
answer

Can not read property 'toUpperCase' of undefined

good day! Previously my page worked correctly but yesterday when doing some tests I started to mark this error in the file select2.min.js which is strange because I do not modify anything. When I display a select it is when I start t...
asked by 21.11.2018 / 15:12
0
answers

Problem using an @Html.LabelFor and @Html.textBoxFor of a Registration Form in ASP.NET MVC

I'm new to ASP.NET MVC. I am trying to make a registration form, for that I am guided by the same example that provides visual mvc. But at the same time I'm showing a datatable to list a class, in this case "PERSONAL" My controller calls the Per...
asked by 11.11.2018 / 23:20
0
answers

Go from BL to Web layer

I am doing a CRUD in ASP.NET with a database in Azure using ADO.NET, for the layers I have BL, DAL, Entities and finally the UI, I have passed from DAL to BL the update code but I do not know how pass it from BL to Vista and the previous pass it...
asked by 09.11.2018 / 20:19
2
answers

As I add a list in a relationship many to many entity MVC5

I try to add a list of subCategories from a book to a book the models: public partial class Libro : Entidad { public string Titulo { get; set; } public string Autor { get; set; } public string ISBN { get; set; }...
asked by 07.11.2018 / 20:05
0
answers

Popup Java Script

Hello, I need your help again, I need to make a VerDetails of the follow-up, I have done the selection and it returns the required fields. In the controller I have the DetailsTracking function In the part that I need your help is in javascript I...
asked by 31.10.2018 / 07:36
1
answer

I can not get and send the data id of a combobox in JAVA pattern MVC to SQL

THIS IS MY JSP "INSERT": <% ProfesionalBE profesional = new ProfesionalBE(); profesional.setNombre(request.getParameter("nombre")); profesional.setApellido(request.getParameter("apellido")); profesional.setCorreo(request....
asked by 26.10.2018 / 23:33
0
answers

Create a Checkbox

My question is the following as I can call from a mysql database in my view in laravel, and filling that data in a list with checkbox so that I can choose the user to whom I want to upload a file of type pdf or doc or txt if you could help me wi...
asked by 25.10.2018 / 17:32
2
answers

From HTML to PDF in MVC 5 ASP.NET

Boys I have a view like this that is supposed to be an invoice for clients, it already prints but I need the user to download a pdf and that has been impossible probe on the client side with several js libraries like jsPDF, but this option...
asked by 18.10.2018 / 22:03
0
answers

Entity Framework How to add a table with the navigation properties

I have the Class: Land public class Land { [Key] public int LandId { get; set; } public string LandName { get; set; } public float Area { get; set; } public int OwnerId { get; set; } [NotMapped] public int Departm...
asked by 18.10.2018 / 05:40