Questions tagged as 'asp.net-mvc'

1
answer

How to update WIX Binaries setup

I currently have a project in asp mvc4, and there is a wix setup project generated; Solution Explorer: Projec1 (mvc) Properties References Content Controllers - ... Project1.setup * (wix setup) * References...
asked by 27.04.2016 / 10:40
0
answers

Error executing but not debugging

When I do Debug it works for me, but when I do it, the modify action does not work for me. This is the driver code: using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.Entity; usi...
asked by 20.12.2018 / 20:05
0
answers

I can not create a new table in C #

I can not integrate a new table in my database because when I add it to my application of C# I get the following error:    Severity Code Description Project File Line Status suppressed   Error Error 75: Key part: 'EsReverso' for the ty...
asked by 27.11.2018 / 22:05
0
answers

WebRequest SOAP with WSS-PasswordType PasswordText

I need to do a POST to a web service and I can not find the return. I managed to make the request from the SoapUI app, but when I take that to the ASPNET MVC code in C # I always get the error: "The requested URL was rejected" Basically I...
asked by 27.11.2018 / 16:38
2
answers

Use of ajax ASP.NET MVC

I'm exporting to Excel But I need to use ajax , because I need that when I give in Exportar a Excel leave me in the same view This is from my controller where I have: My ActionResult of index and void wher...
asked by 23.11.2018 / 18:33
1
answer

How to pass parameters of the view to the Controller in ASP.NET MVC with httpPost

Hello, what I need is to select a user's id and the date and I must upload the coordinates of that date in a Google Maps. Model public class RutaRastreoModel { public List<Error> Error { get; set; } public...
asked by 29.10.2018 / 07:00
4
answers

Redirect to a page with its corresponding id

Implement this code so that it works as it should be, when pressing the button, direct me to an entry corresponding to that id. My idea was this but it is clear that it is wrong. <button class="btn btn-xs btn-default" title="Editar"...
asked by 13.11.2018 / 17:38
0
answers

Problem with a DLL

I am learning asp.net mvc and a problem has arisen when editing, creating or deleting a data from the database. It shows me the following error but I do not know how to correct it.     
asked by 15.10.2018 / 07:04
1
answer

HttpPost pass parameters of the view to the Controller in ASP.NET MVC?

Hello, what I need is to select a user's id and the date and I must upload the coordinates of that date in a Google Maps. Model public class RutaRastreoModel { public List<Error> Error { get; set; } public...
asked by 15.10.2018 / 20:00
2
answers

Convert query to JQuery and ajax

Hi, I have an MVC project and I'm using a server's database. In the project I do the consultations with javascript, and it happens that I have an input to select the date in a calendar and an option to select the name of a user already loaded fr...
asked by 18.10.2018 / 18:56