Questions tagged as 'asp.net-mvc'

0
answers

Add field of decimal type entity framework [closed]

I have a Repair table on it, I have ValueObject, ValuePart, and ValueObject all of a decimal type. The field ValueTotal = ValueOfOblock + valuePart. But this is returning 0. I am showing this in the detail view when I click I will see the repair...
asked by 31.01.2018 / 20:54
0
answers

Error compiling a web application

How do you solve this problem? I have an application in dot.net and compiling this message appears. I did not want to make this directory default. How can I solve it? Would anyone have an idea of what can be done?    Could not find file...
asked by 20.02.2018 / 21:21
1
answer

(ASP.NET MVC) Create Session variable

I have an ASP.NET MVC application that is published on two IIS servers (approval and production); In this application, I use the Session variable to save the user's login to a part of it, however, on the production server the creation of the...
asked by 23.01.2018 / 13:34
0
answers

Doubt with hangfire.io, (BACKGROUND PROCESSING) [closed]

I'm using the www.hangfire.io for background processing on my system, so far no problems, but weighed a doubt. If Jobs is running, and I post a new version of the site, what will happen? Are Jobs still running or are they aborted?     
asked by 05.02.2018 / 16:12
1
answer

Error trying to save data in two tables at the same time

Good morning. When updating a table my system has to save the current data in a historical table and only then save the form data in the table by performing the update. This is the action that receives the form to do the update, and soon call...
asked by 26.12.2017 / 14:48
0
answers

Communication between View and Controller through a script

I'm trying to call an Action through the .ajax that runs within a button of a Modal but apparently the url is not processed. My View looks like this: @using (Html.BeginForm()) { <div class="form-horizontal"> <h2>Resfriador</h2...
asked by 14.12.2017 / 18:43
1
answer

Update DIV with Ajax Asp.Net C #

I'm setting up a Ticket Tracking Panel, basically there are two things, 4 fields and 1 chart. I would like to update them periodically, I tried with <meta http-equiv="refresh" content="10" /> However, this recharges the entire...
asked by 09.01.2018 / 12:27
0
answers

Search for an item in the Aspnet mvc List

I have a ControllerFolder, in that Controller has a action List, which it returns all the providers. In view List, I created a input type="search" . I want when searching for a name in this field, it returns the nam...
asked by 14.12.2017 / 00:55
2
answers

In Developing Code First how do I relate the AspNetUsers table to other table

I'm developing a real-estate system and need to match the AspNetUsers table with the tables that the system will have and cardinality one to many , so I want the system send me reports of who performed registration features and other function...
asked by 18.12.2017 / 01:46
0
answers

ASP.Net MVC - Draw in PDF file?

I'm creating a system in Asp.Net MVC and I need to create a scheme for the user to write his signature to a .pdf file that corresponds to a contract and I'm looking for a way to do it but I have not yet found it. I saw that with iTextS...
asked by 04.01.2018 / 03:56