Posts by alessandro • 25 points
3 posts
-
-3
votes1
answer8798
viewsA: Google Maps API 3 - Search address by zip code + number (geocode)
Usually, when there are forms where the zip code field exists. all fields related to the address are completed, except the number and complement.
google-mapsanswered alessandro 25 -
0
votes2
answers445
viewsA: Is it wrong for me to use a static method to retouch a collection of objects?
Today the development is based on various patterns of projects, and some of these patterns (or all, I do not know) are used dependency injections ie injecting a class. I also suggest implementing…
-
3
votes1
answer147
viewsQ: Dilemma to the popular datalist
I have a problem that I don’t even know what to call. But I will try to express this problem here. Here’s the thing, I made a pagination in my datalist with the following code: private void…