Posts by Daniel Aragão • 36 points
4 posts
-
0
votes3
answers379
viewsA: Problem with onkeyup input
onkeyup calls the function when ANY keyboard button is pressed, both the Backspace as to the tab, that is if you delete it will fetch the written result, as the written value is ""(empty string) if…
-
0
votes3
answers139
viewsA: Subtraction with decimal places in the result
The solution would be to add toFixed at the end of the result function calcular() { var num1 = Number(document.getElementById("Preco").value); var num2 =…
-
0
votes2
answers310
viewsA: Dynamically mount Timeline in html on page . aspx
I have no experience with. aspx, but dynamic pages usually use your idea, assemble a structure like the code informed where the tag 'ul' would be outside the repetition and the 'li' would be inside…
-
2
votes0
answers492
viewsQ: Unable to start program 'C: Program Files (x86) IIS Express iisexpress.exe'
My visual studio from night to day started to give an error when starting the application, this error only happens the first time I start the application (Asp.net mvc 4), in other times iis starts…