Posts by Pedro Henrique • 404 points
9 posts
-
0
votes3
answers679
viewsA: How to redirect the 'interface' to a home page after a downtime?
Hello, I use this plugin, it treats various conditions, I changed too window.location.reload for window.location.href: https://www.paulirish.com/2009/jquery-idletimer-plugin/ Code taken from the…
-
5
votes4
answers1255
viewsA: Converting Httppostedfilebase to byte[] : Exception_wasthrown
Hello, I don’t know how Memorystream works from the inside, but I did a profiler in your method and the method I did that I think would be lighter'. By Exception the problem is lack of memory so I…
-
0
votes4
answers707
viewsA: Function . click does not work on buttons that were dynamically generated by the . html function?
I’ll explain what happens. When you put this first code, the btnAtender button doesn’t exist yet. There are several ways to solve this, but what would solve quickly (and ugly) would be to put the…
-
3
votes4
answers1576
viewsA: POST API Rest JSON
I would change the button to type="button" not to give the full post and on the onclick of the button I would call this code below: $.ajax({ url: 'http://coloqueaquisuaurl.com/caminho', type:…
-
11
votes1
answer269
viewsQ: What sort algorithm does . NET use by default in a list?
I have a problem that I have to perform sorting in memory of a high number of items and I would like to know which algorithm that the . NET uses to sort when we call the method Sort() from a list,…
-
2
votes1
answer118
viewsA: In which reality is Kony Framework the best choice?
In which project reality Kony is the best choice? When you have legacy services it has output in SOAP as it has an integrated tool called Mobile Fabric that allows easy conversion to JSON for you to…
-
2
votes1
answer3709
viewsA: JSON Data format
This is the date format in Json, if you are using javascript to consume this service you can use the date this way: var date = new Date(152679516567919); alert(date); If you want to format otherwise…
-
0
votes1
answer73
viewsA: How to change the value of having a job in Asp.net via javascript?
Citation When the asp:label is rendered, ends up becoming a tag "span" of HTML. $(document).ready(function(){ $('#btn01').click(function(){ $('#ValorMax').html(20); }); }); <script…
-
-4
votes2
answers1147
viewsA: What is Stencil JS?
Source: https://stenciljs.com/ What is Stencil JS? Stencil combines some of the best features of traditional structures, but provides custom elements compatible with 100% standards, part of the Web…