Posts by Leandro Araujo • 120 points
6 posts
-
0
votes0
answers76
viewsQ: Server terminating connection when consuming the same service for the second time
I have a problem, consuming the same method of a service for more than once, during the first call the method works normally, but when the same method is called in another part of the code, with the…
-
4
votes1
answer220
viewsQ: Develop Windows 10 and Windows 8 compatible application
I am working on an application that we use Windows Forms to develop its alpha version. Soon, we will start developing a more stable version of this system, and, it was then that the support…
-
0
votes2
answers187
viewsA: load date time without javascript
Well you can pass this object by a Viewbag or through your model, below follows the example of how to make these two forms, the first example being the demonstration of use of Viewbag. public…
-
4
votes2
answers130
viewsA: Jquery does not pass the POST value of a form
In this excerpt you are trying to recover an element incorrectly, the . indicates the element class, so nothing is serialized. $.post("enviar.php", $(".contact-form").serialize(), function(response)…
-
0
votes2
answers630
viewsQ: Allow multiple requests from the same PHP user
Hello, I am working on a legacy system developed with PHP. This system acts as a single-page application using jquery.ajax to load the pages the user requests, each page requested from the system is…
-
2
votes1
answer1569
viewsQ: Generate graphics with Chartjs and Angularjs
I have a problem generating graphics using Chartjs and Angularjs. When loading the data from an X api I receive an array of objects that contains the data needed to generate a series of graphs below…