Posts by RodrigoSturm • 31 points
6 posts
-
-1
votes2
answers678
viewsA: PHP convert kilometers/hours by nautical miles / hours
Good afternoon, would not just multiply the value by 0.5396118?
phpanswered RodrigoSturm 31 -
1
votes1
answer1662
viewsQ: Esocial - Error signing XML
Good afternoon. I am trying to sign the XML, but I have the error below: Error generating System.Security.Cryptography.Cryptographicexception file: Poorly formed Reference Element. Searching, I saw…
-
0
votes1
answer41
viewsA: How can Charts information be sql querys?
I’ve already used the google Harts, I think it will suit you nicely. https://developers.google.com/chart/
-
0
votes1
answer51
viewsA: Show line of code according to date
Good afternoon Talles, You can do it two ways: In the code itself you put an IF clause with Now() to check the date and present the video that. Or make a database for and in the database (can be a…
-
1
votes1
answer293
viewsA: How to order dropdownlist?
In the controller where you create the list, you need to use .OrderByDescending() or OrderBy() and put the field I’d like using the expression. See more in this question:…
-
1
votes0
answers244
viewsQ: Validateantiforgerytoken + Back button
Good morning. I have a login form on a web page using MVC 5, I am using the [Validateantiforgerytoken] function to validate the forms for security reasons. The page logs in correctly, but when you…