Posts by Francisco Chaves • 31 points
2 posts
-
3
votes2
answers85
viewsA: Exchange on click for checkox checked
Hello, you could add the click event to the field checkbox to trigger the function with ajax. Example: const checkboxTermos = document.querySelector("#termos"); checkboxTermos.onclick = function() {…
-
0
votes2
answers636
viewsA: Error creating ASP.Net Core 2.0 database - Keyword not supported: 'initial Catalog
Hello, Use this connectionStrings format by changing to your database: { "ConnectionStrings": { "Default":…