Questions tagged as 'asp.net-mvc'

0
answers

How to solve Uncaught TypeError: $ (...) .modal is not a function in ASP.NET MVC 4?

I'm doing a project in asp.net mvc c #, the problem I have is that within my controller has an ActionResult that returns a PartialView so that it can be displayed within a modal window, the problem is when I open the modal register a new product...
asked by 18.09.2018 / 21:29
0
answers

Build Label-type controls based on value entered in a textbox

I wanted to request some ideas on how to do this exercise, it should be noted that I have not tried any code other than adding the textbox and a couple of styles to it. What I need to do is something like a dynamic textbox, I require that fro...
asked by 14.09.2018 / 17:11
1
answer

MVC ASP-NET Core. Views and Controllers within subdirectories

I am developing an application in ASP.NET Core MVC and I have some questions regarding the structure of the controllers and views. In summary, the application has the same structure for two types of users, Company and Investor. The applicatio...
asked by 12.09.2018 / 17:46
1
answer

Problem with ASP.NET 2015 MVC when creating a driver error

Hello, at the moment of creating a controller or a view it shows me this error, why does this happen? How can I solve it?     
asked by 13.09.2018 / 16:57
2
answers

How to get a photo taken from the Cam to keep it with MVC

I have a code that takes the picture activating the camera of the pc, encrypts it by passing it to base64: <video id="video"></video> <br> <button id="boton">Tomar foto</button> <p id="estado"&g...
asked by 05.09.2018 / 20:08
2
answers

How to hide an input element when selecting a radiobutton in mvc asp.net?

I am new to this working environment using aspnet and I would like to know if there is a way to show an input when selecting an item on the radio button without trying to use javascript.    Method created in the controller called tg04Personas...
asked by 05.09.2018 / 19:40
0
answers

Assign a role to a user when registering Asp.NET MVC

I am developing an application in Visual Studio 2017. I am using Membership as it is. I need the application to show the views according to the type of user, that would be with the roles. What I need is for the user to register to select the typ...
asked by 02.09.2018 / 23:20
0
answers

Quartz.Net how to create a reminder from any date

I am trying to generate a reminder with Quartz.Net, which can do the following, I have a date (any, it can be today, tomorrow or the day after tomorrow), the Trigger must be activated when that date arrives (for example if today is August 1, but...
asked by 27.08.2018 / 19:02
0
answers

Generic validation for a MVC 5 template editor

I am working on an Editor template for an object, which must be validated independently of the rest of the form, this validation I am doing with ajax, I am a small example to show my problem. class A { public B b { get; set; } } class B {...
asked by 28.08.2018 / 18:41
0
answers

I have problems printing from a web server with IIS

I have a web application with ASP.NET MVC hosted on a server with IIS. This application should print a voucher or voucher when the user clicks on an action button. Perform the test in my development environment (local), from the visual studio...
asked by 21.08.2018 / 21:10