Questions tagged as 'asp.net-mvc'

0
answers

Display data in an HTML Table with the DataTables plugin

Greetings, I am trying to fill a table using the plutables datatables, with a query from my database the method has parameters, but the display stays that way. I will add the code of the view and the action of the controller. or if they have...
asked by 19.04.2017 / 03:11
1
answer

.Net error in the model container

I can not see the error, I marked it in: = ctx.spObtieneCombustibleSinLiquidar_sUP(Operador); I tried everything: ctx.spObtieneCombustibleSinLiquidar_sUP(Operador) public List<CivarTransporteService.Model.SPObtieneCombustibleSinLiqui...
asked by 23.03.2017 / 20:13
1
answer

How to get selected values in an ASP MVC ListBox?

Greetings, I have a problem with my code in Asp Mvc 5, I have several related models and I have a Listbox that filters the values of a foreign key, but when I try to save it, only a single value is saved, not all the selected ones, and that ulti...
asked by 06.03.2017 / 16:40
1
answer

Time range in a TimeEditFor with DevExpress

I am doing a TimeEdit with devexpress and I need only certain ranges to be chosen, my code is as follows: itemEndDate.SetNestedContent(() => Html.DevExpress().TimeEditFor(model => model.EndTime, settings =>...
asked by 23.02.2017 / 20:47
1
answer

handle events in mvc5 for touch screens

I am in the need to develop an application that works in a totem: without keyboard, with touchscreen, which I plan to develop with ASP.net MVC 5 in .NET I have looked for information to handle events, but the truth is that I am half lost on t...
asked by 20.03.2017 / 14:19
1
answer

Process identifier

I am working in MVC under ASP.Net. Do I have a different process number for each "request" I make? I would need to identify each request that is made to the server from the browser. I do not use System.Diagnostics.Process.GetCurrentP...
asked by 14.03.2017 / 21:14
1
answer

iss express does not work in my project

For certain reasons I am using another machine, in which I now have my ASP.NET project and when I compile it the browser tells me:    This website can not be accessed. the page rejected the connection to   localhost, Err_connection_refused....
asked by 14.03.2017 / 05:30
1
answer

What is the best process to debug a memory leak or crash application in ASP.NET?

basically I wanted to consult the title, but to leave a little more details, we have an application on two servers, the requests arrive for a Load Balancer with the algorithm Round Robin configured. The process w3wp.exe o...
asked by 16.01.2017 / 02:50
2
answers

request data from the asp.net mvc c # driver

I'm starting a development on asp.net MVC C #. What I need to know is how I can, from the controller, call a subroutine of the model. The idea is to pass as a parameter a key, and that it recovers the corresponding description that is in a da...
asked by 02.12.2016 / 01:22
1
answer

MVC - Return View (Model) when I make a POST

I have the following problem. My Controller has 2 Functions. This: <AllowAnonymous, HttpGet> Function Register(urlBack As String) As ActionResult Try Dim DBIvas As New BLIva() Dim DBProvincias As Ne...
asked by 29.11.2016 / 22:30