Posts by Samuel Machado • 123 points
9 posts
-
1
votes1
answer160
viewsQ: Get String (.net core for Jquery) value
I am developing a site with . net core and I am using Jquery. On the page Index.cshtml.cs I have a function that has the validations and I pass the messages (if it is ok, if there was an error),…
-
0
votes0
answers261
viewsQ: rzc generate exited with code -2147450749
I am starting a new application and when I have buildar of this error... someone there could give me a help ? i just put a new html code. Version of dotnet: Error presented: rzc generate exited with…
-
-1
votes1
answer61
viewsQ: Error in dependencies
Hello, I’m starting to develop a web application with . Net CORE. have installed the . Net Core SDK 2.2.103 and when I open my project, I have some errors in the dependencies as shown below: This is…
-
3
votes2
answers90
viewsQ: Vertical alignment of a div
Hello, I’m mounting a screen that for now is as follows: However, for this "vertical alignment" this div is, I am using a margin-top with percentage to help, but I believe that is not the right way…
-
0
votes1
answer159
viewsQ: tmp_name of files inside a zip folder
I am doing with php code that in which I upload a zip file and it returns me the list of the names of the files that is inside the zip file. But I need it to be returned to the zip folder itself,…
-
0
votes0
answers58
viewsQ: HTML tags not recognized
Hello, I’m making a code with java and html and I need to make a list with Objects from Controller. I’m trying to use the tag <li> but instead of forming a list he prints out the <li>,…
-
-1
votes2
answers851
viewsQ: Required does not work (.Ubmit)
I created a common form and put a button in which I had to call a Javascript for a certain situation and the button could not be type='submit'. So I put it as type='button', called the Javascript…
-
1
votes2
answers76
viewsQ: How do you capture the time in a String?
I am making a javascript code where I will need to divide a sentence so that I look for the hours, I just want their value and so that I can separate them, to put the value separately. Ex: String:…
-
1
votes2
answers775
viewsQ: 3 forms in a single button
Good afternoon, I have a code on html and js where I need to make a Submit in 3 forms using just one button, that’s because they’re on different cardboards. I thought I’d do it this way in html:…