Posts by Raphael Ruedo • 36 points
3 posts
-
0
votes1
answer89
viewsA: How to give the post via ajax
It may be that your method is not receiving its parameters correctly, try adding the "[Frombody]" in your Send contact method, being as follows: [HttpPost] public async Task<IActionResult>…
-
2
votes1
answer53
viewsA: Error showing SQL server Sum in DAO layer
Looking like this, a possible error in the code is that at the time of creation of its object Combustive(), it is not finding the field Combustivelabastecido. Try to run the database and check that…
-
0
votes3
answers70
viewsA: For in an AJAX array
It can be done as follows: for(var i=0; i <= curso.length; i++){ //Faça o que quiser acessando os objetos do array pelo indice //utilizando o i como exemplo abaixo. console.log("video: " +…
javascriptanswered Raphael Ruedo 36