Posts by Thiago Correa • 47 points
5 posts
-
0
votes1
answer48
viewsQ: Problem when trying to save data to the observation field
I have a problem when I will enter record in the Notes field. When the user writes a note and then right after click save the same is not registered. Customer Class: --> The Method I am using to…
-
1
votes2
answers63
viewsQ: Problem Trying to query Application c# + Database
I’m making a list of customers, but is returning this error: System.Argumentexception: 'Column 'Cpf_cpnj' does not Belong to table .' This column, Cpf_Cnpj, is in my database: I can’t solve this…
-
2
votes1
answer363
viewsQ: How to get user logged in to the view?
I need to get the user who is logged in to my application, I did the example below but it does not work. On my Nav tag I used the import Asp.net core and @inject <nav class="site-menu ">…
-
-2
votes1
answer134
viewsQ: Problem with sql query in my ASP.NET core application
I’m having trouble at the time I need to query information in the database through my sql command in my Asp.Net Core application. I’ve done research here at Stackoverflow and I can’t find. Error:…
-
1
votes0
answers155
viewsQ: Error query in database: here is no Row at position 0
I am trying to make a query in the database when calling my method and Row error occurs at position 0. public Cliente ConsultarCliente(long? id) { Cliente item; DAL acessarBanco = new DAL(); //…
c#asked Thiago Correa 47