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

0
answers

Button in jQuery dataTables does not appear

I can not seem to show the buttons on my dataTables.net . I tried several examples and I did not succeed. the version of my dataTables.net is: 1.10.15. Usage in Asp.net MVC. Could you help? Thank you. < script type = "text/javascri...
asked by 28.05.2018 / 01:13
0
answers

Edit view for the AspNetUserClaims table

Hello, I'm starting now with the ASP.NET Identity Framework and I need an edit view for the type and value of a claim. For example, a user must have Administrator and the Active value in order to access Managed Actions, but if it does no...
asked by 22.05.2018 / 23:05
0
answers

Update Runtime Object Asp.Net MVC

I have a difficulty in an action. I want to update an object at runtime, for example, I have a request, that request is in approved state. except that by unsubscribing this request, I want to change the status of it to FINALIZED. The problem is...
asked by 14.05.2018 / 16:57
0
answers

MVC Upload Image and send the database

Good Night I'm making an online store for a course and would like to know if anyone could help me create image upload to the Database. The purpose is to add in the admin page and appear in the index. Page where the product is created:...
asked by 15.05.2018 / 10:04
0
answers

C # - Tool that allows signing in a PDF document

I need a tool that allows a person to sign a PDF document in a certain place in the document, does anyone have any tips? But you have to allow doing this internally in my application, tools like Adobe Sign, which use Cloud for this can not be (i...
asked by 04.05.2018 / 12:29
1
answer

Using cache during user session

I'm using OutputCache in an asp.net mvc5 application to cache a list in my application this way: [(Duration = 60, VaryByParam = "none")] public ActionResult Index() {} I just need to take advantage of this cache while the user is logged int...
asked by 09.05.2018 / 16:32
0
answers

Forms Authentication redirect to another login application and return to authenticated application

Good afternoon, folks, I want to do the following with Forms Authentication: 1 - When accessing application link the user is not authenticated the application redirects to the application link : loginUrl="http: // localhost: 51040 /"...
asked by 09.05.2018 / 21:01
0
answers

How to Scaffolding an Unmapped Property (NotMapped)

I'm working with a MVC 5 project with Entity Framework , where through Code First I created a template class that has a field which does not exist in the database, in the case of the ConfirmPassword field. This field should appear in a...
asked by 07.04.2018 / 23:14
0
answers

ActionResult Create error

I have a exception , in the method of creating an object with a foreign key, but it points the error in my db.SaveChanges() with the following message:    DbUpdateException was unhandled by user code. [HttpPost] [ValidateA...
asked by 12.03.2018 / 20:07
0
answers

Analyzer error

Have you ever encountered such a problem? This error started to happen in a project that is already in its final phase. To test the environment I created a simple project and when executing the error occurs too.     
asked by 21.03.2018 / 20:01