Questions tagged as 'combobox'

2
answers

fill combobox with bank data

I'm following a php video lesson with mysql and I'm able to list the data of a table in a list (list), just so that they know that the connection problem with the bank is already over. I tried to use the same code to list the same table in a com...
asked by 06.06.2018 / 17:06
1
answer

Combobox receive data in the second field (list menu)

Question: I have 2 Select Menu and I need the second select to change with data group according to the choice of the first one. Like for example car brand and models. In the first select the marks and in the second the models. Testing: I have...
asked by 05.05.2018 / 12:02
1
answer

Combobox.SelectedIndex does not return the item in Windows Forms

I have a program in windows forms and I need to select the item in a combo box so that the user can edit the registry, however, it receives the value, finds the index but does not return the selected screen. follow the code: private void Preen...
asked by 27.04.2018 / 22:05
0
answers

Combobox Mysql PHP Codigniter

Hello I would like the help of you, I am a beginner in programming and I can not solve it. I have a form to register PRODUCTS, in this form has a combobox to select which is the supplier of the product. this combobox is populated with data...
asked by 16.04.2018 / 18:28
0
answers

List folders and subfolders in a combobox in php

I have this code: <form action="" method="post" enctype="multipart/form-data" name="selecionar" id="selecionar"> Selecione a pasta que deseja enviar a imagem:<br> <select name="galeria" id="galeria"> <?php $di...
asked by 29.03.2018 / 21:30
0
answers

ComboBox with check if already selected or not

Good afternoon I need help to make a checkbox with the following function: if a checkbox value is already inserted it will be red, and if any value is not entered it will be green. So this is my selectbox and what I need help is that when sel...
asked by 17.01.2018 / 19:37
1
answer

C # - If in ComboBox Exercise Caelum

Good afternoon, I've been trying to resolve this exercise in Caelum's C # handout for a few hours, but I think it's a long way from solving it. I would like to know how to use an IF within a ComboBox to make it distinguish between a checking acc...
asked by 27.12.2017 / 17:22
2
answers

I need to get the ID of one of the elements inside a combobox

I have the following X path: //*[@id="selectDashboard"] inside that there are some ID's that would be of certain Dashboard's, how do I get these guys inside the Xpath? HTML code of the dashboard with an ID inside it: and also consider tha...
asked by 13.11.2017 / 20:19
0
answers

Combo Box loading unwanted values

I have two SELECTs on the page that are interdependent. In the first SELECT I select the Flag and the second all stores that belong to that flag. And I have a third field where I want the store ID selected to be stored. But when I loo...
asked by 30.10.2017 / 17:33
0
answers

Select Display in Chrome

I have a select with UF's and another with Cities in my code. When change of UF cities are loaded in another select. I do this through the display block and display none, over a set of cities, when the acronym of the UF of the city is equal to t...
asked by 09.10.2017 / 16:53