Questions tagged as 'asp.net'

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
1
answer

Mappings in .NET CORE, Fluent API - .HasForeignKey property with error

Good afternoon! I'm starting to develop a system in .NET, sort of in the way, so I'm learning as I'm building, but some errors are still not clear to me. I have the following code:         // class boat public string Nome { get; priv...
asked by 20.07.2018 / 20:22
0
answers

How to use a routed event in WPF?

I am using a frame inside my MainWindow to load some pages on the screen, the fact is that I have a button on one of these pages and I want the Click to be interpreted by MainWindow. Can you do this with routed events?     
asked by 20.07.2018 / 21:05
1
answer

Error 174 - Event will only be accepted after the employer's compulsory start date for eSocial

I wonder if anyone else gets this error when sending the "S-1000" to the restricted production environment, and how it can be solved. I'm finalizing the structure but I can not send it successfully once. <retornoEvento> <eSocial xml...
asked by 04.07.2018 / 19:14
1
answer

How to display messages (Summay) for the user in the Index view

I have a View Index and via the Create view is opened in modal form from it. When I open the modal Create, fill in the fields and click on the save button the modal remain open and the summary displays a msg at the top of the screen informing th...
asked by 11.07.2018 / 03:05
0
answers

Connect multiple points in Google Maps (waypoints)

Good afternoon, I am populating a map with multiple addresses of a trip stored in my DB. I would like to connect all these points with a line and I can not. Could anyone help me? Follow my code. <script type="text/javascript...
asked by 10.07.2018 / 22:25
0
answers

How to consume JSON data in android from an API in Asp.net

Good evening, I'm trying to make a simple crud with android studio (2.3.3), but I can not return data. With postman I get good, but with android gets null. The site is link Here'smycode:publicclassCustomAdapterextendsArrayAdapter<Studen...
asked by 26.06.2018 / 23:42
0
answers

Error compiling Asp.net Core application MVC: "Asp.net Core" does not exist

Before I formatted my PC and reinstalled VS 2017, my project compiled normally. When I open the project, it restores the nuget packages, but my "Dependencies" fields get alert indicating problem. My project is DDD and has several layers of dot.n...
asked by 21.06.2018 / 23:33
0
answers

Why are these errors appearing in Razor when compiling the project?

Changes made by me @model Pessoa; // já tentei module3.Models.Pessoa e todas as variacoes possiveis @{ ViewData["Title"] = "Pessoa"; } h2> @ViewData["Title"]</h2> <p>Name: @model.Nome </p> <p>Id:@model.Id&l...
asked by 22.06.2018 / 03:43
1
answer

Popular a View with Values in ASP.NET MVC Model

In the Index Method I can set values in the model and initialize my VIEW with pre-defined values. But when I do the POST to the START method, when I change the Aquedica property, the value is not being passed to the view, this actually happens w...
asked by 14.06.2018 / 15:21