Posts by José Gomes • 214 points
33 posts
-
0
votes1
answer97
viewsQ: Error inserting image into folder
I am inserting an image into the Database. Only the image name is stored in the database, and the image is stored in a folder. $target_dir = "./uploads/"; $target_file = $target_dir .…
-
0
votes1
answer1132
viewsA: How to view data from an SQL Server query using PHP?
When you do Database Select you have the structure wrong because you are repeating select How your: $query=sqlsrv_query($result,"SELECT SELECT Article, Description, Stkmaximo, Stkminimo, Stkactual…
-
0
votes2
answers41
viewsQ: Having products from the database
I need help because I need to have the products I have in my database on the products page. Follow an image to show where I want to insert…
-
0
votes2
answers55
viewsA: Non-clickable links
Instead of using a label use a a href Follow an example to understand <a href="https://www.w3schools.com">Visit W3Schools</a>
-
-1
votes2
answers62
viewsQ: PHP syntax error when inserting an image
I’m inserting an image into the database with the following code $nome_img = $_FILES['imagem']['name']; if(move_uploaded_file($_FILES['imagem']['tmp_name'], "images/Produtos/".$nome_img){ $query=…
-
-3
votes2
answers190
viewsQ: check difference between values with php
Needed help to check if the quantity chosen by the customer is different from the existing stock Code I am using $con=mysqli_connect('localhost', 'root', '', 'pap') or die (mysqli_error ());…
-
0
votes2
answers52
viewsQ: Remove information select html
I have a page that has a select and I wanted to know which option was chosen in select <html> <body> <select class="form-control qa-product-options__quantity" name="quantidade"…
-
0
votes3
answers100
viewsA: Do not allow insertion of € symbol in an input
this solves and also prevents writing letters function allowOnlyNumbers(e) { var tecla = (window.event) ? event.keyCode : e.which; if ((tecla > 47 && tecla < 58)) return true; else {…
htmlanswered José Gomes 214 -
1
votes3
answers100
viewsQ: Do not allow insertion of € symbol in an input
I am making a data entry site in the database and I do not want it to be possible to insert the euro "€" symbol in the input. Is there any way to block it?
htmlasked José Gomes 214 -
1
votes1
answer31
viewsQ: Database data for web page
I needed help because I wanted to send the data from my database to the website BASE FIELDS: Id_Produto, NomeProduto, PrecoProduto,DescricaoProduto, QuantidadeProduto, CategoriaProduto - TABLE NAME:…
-
0
votes2
answers425
viewsA: Insert data into XAMPP database with php
The easiest way to solve is by the following help: https://www.w3schools.com/php/php_mysql_insert.asp…
-
1
votes2
answers425
viewsQ: Insert data into XAMPP database with php
I need to enter the data that the user puts on the website for the XAMPP database, but I’m not getting anyone to help me? Page code on which the data is placed: <label>Nome Produto :…
-
2
votes1
answer179
viewsQ: Start combobox without any text
I have a select (usually called a combobox) and wish there was no text when running the site <select> <option value="Roupa Desportiva">Roupa Desportiva</option> <option…
htmlasked José Gomes 214 -
0
votes1
answer94
viewsQ: Visible password
I am building a login in Asp.net and I want to click on the checkbox to show the password to be shown. Design page Asp <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"…
-
0
votes1
answer568
viewsQ: change text from fileupload Asp.net
You can change the text inside Fileupload? I wanted to change the text "No files selected"…
-
1
votes1
answer56
viewsA: Use date Picker in Asp.net
I used the Picker date of this website <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,…
-
1
votes1
answer165
viewsQ: receive date from the datapicker as a Date
I put in my site in Asp.net the datepicker of this website and I want to receive the value as Date instead of String , so that it does not give problems with the date type of other countries. /*…
-
0
votes2
answers2375
viewsA: how to insert an image by css?
Cannot insert images by css The css only serves to design the site! To insert the image you have to html, this is an example of how to put <img src="img_girl.jpg" alt="Girl in a jacket"> to…
cssanswered José Gomes 214 -
1
votes1
answer79
viewsQ: Receive date from datapicker
I am creating a site where I have a datapicker using the following website I wanted when I was going to save to fetch the date that was chosen from the datapicker that appears instead of the date of…
-
0
votes1
answer30
viewsA: btnSubmit_Click is not a member of 'ASP.cliente_aspx'
RESOLVED Just change the code <asp:Button ID="btnSubmit" runat="server" Text="Submit" OnClick="btnSubmit_Click" /> for <asp:Button ID="btnSubmit" runat="server" Text="Submit"…
-
0
votes1
answer30
viewsQ: btnSubmit_Click is not a member of 'ASP.cliente_aspx'
I am creating a site in Asp.net with a master page. When I try to put a datepicker gives me error. I’m using this one Website The same is giving the following error 'btnSubmit_Click is not a member…
-
1
votes1
answer56
viewsQ: Use date Picker in Asp.net
I’m creating an Asp.net (Vb) website with a master page behind it and I can’t get the Picker date to work Can help me or indicate a Picker date even of the nuggets?
-
0
votes1
answer534
viewsQ: Intellisense does not work
I’m using visual studio 2010 and all of a sudden Intellisense has stopped working. I already hung up and turned the computer back on, restarted the settings of visual studio, I’ve done…
-
2
votes1
answer63
viewsQ: Clear label when opening the main page
I’m making a site in Asp.net using Vb and when I refresh delete the data from textbox’s and also wanted to clean what is written on the label can help me? I’m using the code below and it’s not…
-
0
votes2
answers36
viewsA: Delete information from textbox when there is Reload
Just put the text to "" (null) when the page Load()
-
0
votes2
answers36
viewsQ: Delete information from textbox when there is Reload
I am creating an Asp.net web page and I wanted when the site was reloaded or pressed the "F5" key all the data of the textbox to pass the "".
-
0
votes1
answer48
viewsA: insert data into an excel spreadsheet
I resolved with `For Each dados In lExportLines oWorksheet.Rows.Item(iRow).Cells(iCol).Value = dados.Nome iCol += 1I oWorksheet.Rows.Item(iRow).Cells(iCol).Value = dados.Telemovel iCol += 1I…
vb.netanswered José Gomes 214 -
1
votes1
answer86
viewsQ: Open Asp.net web page
I created a program where I have a Vb form and an Asp.net web page. wanted to know how to open the web page by clicking a button that is in the Vb form
-
1
votes1
answer100
viewsQ: Difference between a master page and web form
I would like to know the differences between a master page and a web form, because I need to create a web page and I want to know which is the most advised!
-
0
votes1
answer48
viewsQ: insert data into an excel spreadsheet
I need to insert data into an excel file and am using Infragistics.documents.excel for that reason. needed to know how to see which is the last column with Indice - In the case of this image would…
vb.netasked José Gomes 214 -
0
votes1
answer46
viewsQ: Create an array with the data of an xls
I get values from an xls that I want to be stored in a class that has an array to later list them Someone can tell me how to do it? Can help?
vb.netasked José Gomes 214 -
0
votes2
answers30
viewsA: Send data from a csv to an array
I managed to resolve with Dim iRow As Integer = 1 Dim iCol As Integer = 0 Dim valores As String While oWorksheet.Rows(iRow).Cells(iCol).Value IsNot Nothing valores =…
vb.netanswered José Gomes 214 -
0
votes2
answers30
viewsQ: Send data from a csv to an array
I need to send the data that is in a csv file into an array. I already have the importer of the csv file and it is read only need to send the data to the array. ------edited------- Using the…
vb.netasked José Gomes 214