Posts by Rodrigo de Souza silva • 31 points
6 posts
-
1
votes2
answers15167
viewsA: Element superimposing the other CSS
Hello I have not tested here more have you ever thought about z-index? This value makes it stay ahead of the other elements. https://www.w3schools.com/CSSref/pr_pos_z-index.asp For the title to be…
-
-2
votes2
answers90
viewsQ: Image Path Console Application VB.net
Hello would like a help please regarding a problem I’m having to insert an image into my console application project. I can only use the absolute path when sending the project the client will have…
vb.netasked Rodrigo de Souza silva 31 -
0
votes1
answer158
viewsA: How to call my view Asp.Net MVC with ajax
Well try instead of successfully having the console print the data and look if there is an html code, what happens and that it returns on the same page the data you would have to do something with…
-
0
votes0
answers54
viewsQ: Parallel Task How to improve the performance of this function
I would like a suggestion to improve the performance of these methods. They have taken too long to complete. Please if the question is not very clear just say that I try to improve I will provide…
-
-1
votes1
answer263
viewsQ: How to do a Vb.net routine, function that runs at a set time?
Hello need help with Vb.net in an Asp.net application, I need to create a function that runs after 24 hours for closing operations, but I have no idea how to create a function that starts alone in a…
-
1
votes1
answer2242
viewsQ: How can I create an edit button to edit a dynamically created table in Java
<!DOCTYPE html> <html> <head> <title>Tabela dinamica</title> <link rel="stylesheet" type="text/css" href="css/css.css"> </head> <body> <form…