Posts by Maycon Ap • 116 points
8 posts
-
0
votes0
answers42
viewsQ: Automatic log out in Asp.Net Core
I’m using Identity in an ASP.NET CORE project, but I’m having problems uploading the project into production. When making a POST it sends my information normally, but when changing page and sending…
-
0
votes1
answer188
viewsA: Error using bootstrap with ASP.NET MVC
What type of local server you are using, ISS, ISS Express? As a suggested correction we can try: Since the GET error path that comes from .../fonts/... and the extension type at the end also ".…
-
2
votes1
answer402
viewsA: Updating a collection object’s values via Binding WPF, MVVM
Good people, I managed to solve this my problem after some time more study. As I myself quoted in the question above, the Binding in the collection Endereços worked perfectly, that at the same time…
-
0
votes1
answer74
viewsA: Best Scenario: Recording n table for n Hibernate
Well, if I understood your case correctly, based on similar experiences, you could put it like this: In a doctor update and their respective specialties, you can make an algorithm to compare the new…
-
2
votes1
answer35
viewsA: How to modify, only via CSS, a color already defined in HTML?
Try u > font { color: corDesejada !important; }
-
4
votes1
answer402
viewsQ: Updating a collection object’s values via Binding WPF, MVVM
Following MVVM model, I am not able to update the values of a variable of an object in a collection, show them on the screen or the user type and this value be passed to the variable. In my case, I…
-
1
votes4
answers86
viewsA: Hiding div by jQuery
You can use the Hide/Show of jquery to hide your DIV. Tutorial link: http://www.w3schools.com/jquery/jquery_hide_show.asp Tutorial example:…
-
1
votes2
answers478
viewsA: Bank check with ajax
In the code part "Success: Function(data){}", in the variable data you will get what you received from reply, ie URL response call. In a personal opinion, you can make a new file. php that checks if…