Posts by Christian Ribeiro • 65 points
3 posts
-
4
votes4
answers1049
viewsQ: Changing HTML does not reflect on page - Asp . NET Core 3.0
I recently decided to test the ASP .Net core 3.0, I always changed HTML without the need to recompile the project, but in this version, I can’t change anything in HTML without the need to recompile…
-
2
votes0
answers127
viewsQ: Fetch request with ASP . Net Core 3.0
I am trying to replace the Ajax methods by Fetch in the application, but I cannot receive an object with Fetch, I made a small test object to try to receive, in Ajax, with you passing parameter…
-
0
votes1
answer223
viewsQ: Trigger two different events with Jbutton
I would like to know how to trigger different events using the same button. What I wanted is that, with the next click, he gave a jButton1.setText("Créditos"); and return to the…