Questions tagged as 'asp.net-mvc-5'

0
answers

Validate MVC user through APi

I'm doing a project in MVC ASP.NEt that consumes an API for all the data you need, including users, everything is in the API. What I need to know is whether it is possible for me to verify the MVC Login in the API and when the API answers OK,...
asked by 16.02.2018 / 22:13
2
answers

Problem with decimals in ASP.NET MVC 5

I have a payment administration in which I have an error that I have not been able to solve so far. The error is given in the monetary value of the payment because the value that is entered in the view generates a decimal number of type xxxx.00....
asked by 15.02.2018 / 02:25
0
answers

Start on the first page, Listview de Telerik

I am using the Listview control of Telerik for MVC, on my page I have a Dropdown where the user can select a value, and depending on the selected value is the information that is consulted and displayed in the Listview. If a query returns a l...
asked by 16.02.2018 / 17:55
0
answers

I need to load a menu from the database in the view of my .net mvc project

I have a table menu in Sql Server and I'm trying to do a recursive function that loads the menu with all of its children, now my table menu has the following: Where ParentID has the id of the parent that corr...
asked by 16.01.2018 / 15:31
1
answer

Create Select in cascade

I have two select controls that I created them like this: @Html.Action("BuscarArticuloLinea", "ArticuloLinea", New With {.IdArticuloLinea = 0}) @Html.Action("BuscarArticuloSubLinea", "ArticuloSubLinea", New With {.IdArticuloSubLinea = 0, .Id...
asked by 15.01.2018 / 18:49
0
answers

The javascript code does not send to the controller

I am doing a web application in C # ASP.NET MVC5, I need in the view to validate a dropdownlist that is not empty, and when it is full send the data to the controller. JavaScript function Validar() { var pais_id = document.getElementB...
asked by 18.12.2017 / 21:20
0
answers

Problem with logging in .net using mvc? (it does not validate me or recognize my credentials)

I have created the view and the login controller but it does not validate or redirect me to the tables, in this case to the Courses once logged in, it is more, nor does it validate me if it has data or not, I show the code of the controller pu...
asked by 12.12.2017 / 17:16
0
answers

Error creating a driver using n-layers and mvc 5 .NET

There was an error running the selected code generator: 'Could not load file or assembly' Domain.dll 'or one of its dependencies.The system can not find the specified file.' This is the error that appears to me when creating a controller on t...
asked by 11.12.2017 / 16:32
0
answers

Query with Entity Framework

Good morning, I am developing an application in ASP.NET MVC C # that calculates the overtime of an employee, I need to make a query that allows me to be able to bring the data of a table called MarcacionesBiometrico strong> which is where...
asked by 25.11.2017 / 16:24
1
answer

send the selected option value of the view to the MVC controller

when you press any of these two tabs <li class="active"><a data-toggle="tab" href="#Saldos">Saldos</a></li> <li><a data-toggle="tab" href="#resumen">Resumen</a></li></ul> I want you to s...
asked by 14.11.2017 / 16:48