Questions tagged as 'mvc'

0
answers

Change Authorization ASP.NET MVC 5 redirect page and return to returnUrl

I created an ActionResult Access denied controller an error box is generated whenever the user does not have permission, and I have also created the UserPermission class that I will use instead of Authorize > . My problem is tha...
asked by 20.07.2018 / 13:51
1
answer

Fill in date automatically in ASP.NET MVC 5

Hello, how are you? I need some help from you, I already tried it here in the forum but I did not have success with the results. I have a small application where I make control of Digital Certificates, my Model Certificate is simple as below:...
asked by 10.07.2018 / 02:23
3
answers

What are the good practices of MVC with Entity Framework?

I would like to know what are the good practices of MVC using the Entity Framework, regarding the MVC folders. When I create the Entity Framework, it automatically creates the database file, and the Context file. In what folder would be id...
asked by 05.07.2018 / 11:26
0
answers

Update the html by js, following standard MVC

I would like the generated table to have an update button, which when clicked would update the field by picking up the values from the form NegotiationView (where the table was dynamically mounted) class NegociacoesView extends View { co...
asked by 04.07.2018 / 23:11
1
answer

How to use DropDownListFor cascaded in asp.net mvc

I use Select2 to populate a dropdown and I would like to choose the item after I update another dropdown or a label by doing a search. ex: @Html.DropDownListFor(m => m.IdEstado, Model.CarregarEstado.Select(x => new SelectListItem { Te...
asked by 16.06.2018 / 03:08
1
answer

How to create a controller with data from another table in ASP.NET?

I'm not sure how to properly create an Employee Controller. The Official class is linked to three others, being CBO, Company and Department. So, in the database schema, they receive these three primary keys. My big problem then is that I'm no...
asked by 14.06.2018 / 09:45
0
answers

delete record that is foreign key in another table

I have a php project in the MVC framework. I need to confirm the deletion of records with records in another table. In Calls the user can record evolutions of this service. By excluding a precise call test if there is any evolution in it. Here i...
asked by 13.06.2018 / 15:34
0
answers

Web api c # relationship between tables

I'm trying to make the relationship between two "Tables" classes. I'm building an API for MVC5 EF6 in Visual Studio, but I need an information from one class to appear in the other. public class ASSOCIADO { public string ID_EMPRESA { g...
asked by 12.06.2018 / 16:21
1
answer

View select ASP.NET SqlServer

I'm giving maintenance to a controller and I'm getting the data from my database and trying to display it in the view, but I can not pass the select to the view, can anyone help me? select in a table or in normal text. Here is the code for my...
asked by 12.06.2018 / 20:32
0
answers

Search in the combo box data that contains specific record in the bank

I am developing a project in C # MVC, it has a combo box that takes the data from a sql server database I did adding in the combo box itself and list all, I would like in that same combo box to be able to type for example "Maria" and return all...
asked by 11.06.2018 / 18:11