Posts by Pedro Crepaldi • 3 points
2 posts
-
0
votes0
answers8
viewsQ: Change in ASP.net Deploy project without the original project
I have a project done in Asp.net, and in production has only its Deploy running, and the solution generated by the project’s Visual Studio is corrupted, and I need to change a database configuration…
-
0
votes1
answer434
viewsQ: Json script with problem, Google Chrome locks and does not work in another browser
I am trying to auto-fill data from the ZIP code, with the following code. $("#cep").blur(function() { var cep = this.value.replace(/[^0-9]/, ""); if (cep.length != 8) { return false; } var url =…