Posts by Roberto De Almeida • 66 points
3 posts
-
0
votes3
answers720
viewsA: Separating text with Javascript
Try using the code below. Testing here, it works. Before breaking the text by "," make a replacement of the "-" by a comma. function myFunction() { var str = "Rua tal Muniz, 124 - ramones, Sapucaia…
javascriptanswered Roberto De Almeida 66 -
5
votes2
answers1435
viewsA: SQL query taking too long and returning a Time Out error
Gabriel, a strong suggestion for your code is to break it up into smaller parts (methods), this facilitates understanding and a clean code standard. Reading your method saw that you can create a…
-
0
votes2
answers289
viewsA: How to publish App in visual studio 2017 with ASP.MVC 5
In my case the problem was the version of Asp.NET installed next to IIS. See in the image below if you have the components installed Then go to IIS and change your app pool to the correct version of…
asp.net-mvcanswered Roberto De Almeida 66