Questions tagged as 'combobox'

1
answer

Fill in combobox, and get value menber vb.net and mysql

I need to populate a combobox with my mysql database, and then get the value menber to insert into the database Att. I am needing help from a person who knows about visual basic.net, I am with a system, for a company that works in software, w...
asked by 01.04.2018 / 21:50
1
answer

ComboBox Visual Studio Csharp

I'm completing a system with two combobox In comboBox1 you should see the folder name for the user selection, In comboBox2 you should see the .exe that will be transferred to a directory after clicking a button...
asked by 24.03.2018 / 07:50
2
answers

Insert in the Bank a data from a Combobox (PHP)

Hello, I am putting together a system for the college project. I have a relationship between City ---- State. Well, the state CRUD is already working and storing in the Database, when I go to register a city, that city needs a registered state,...
asked by 10.06.2017 / 08:05
1
answer

Call javascript function with combo

function SemAcao() { return false; } function Mostra(nome, modelo, preco) { var nom = document.getElementById("bolnome"); var foto = document.getElementById("bolimg"); var prec = document.getElementById("bolprc"); nom.innerHTML = "...
asked by 24.10.2016 / 10:36
1
answer

How to load ComboBox in C #? [closed]

I have 2 ComboBox: the 1st represents the provinces, the 2nd the municipalities. When the user clicks on ComboBox 1 and select a province I want their counties to appear in ComboBox 2.     
asked by 10.08.2016 / 16:23
1
answer

How to get a data from a selected item in the combobox html

Good morning everyone. Galera is as follows, there are two questions to follow. I have 2 combobox! In the 1st combobox I have all the companies in the system. here everything is ok. In the 2nd combobox I have all the affiliations of the company...
asked by 19.05.2016 / 16:14
1
answer

Load DataSource from ComboBox using asynchronous method

I have a combo box of cities that populate it every time I start my form. I would like someone to help me create an asynchronous method using SqlDataAdapter to fill this combo.     
asked by 26.02.2016 / 14:23
2
answers

CSharp Fill ComboBox with query, however bring already selected the option saved in the bank

I have a product registration screen with a LOCAL Combobox. Product table has LOCAL ID, called pro_local. And the local table the fields loc_cod and loc_descricao My combobox is populated with the function: public DataTable RetornaLocal()...
asked by 31.07.2015 / 19:11
1
answer

How to allow the insertion of information in the database using DBLookupComboBox?

I have a DBLookupComboBox that captures the data in the Species table so that the user can select what he needs, after which this data is saved in the Animal table. p> My question is how do I get the user to add a new record to D...
asked by 14.03.2015 / 03:42
2
answers

How can I get the text inside a combobox?

How can I get text inside the combobox to add to the database? For example, "AC" or "AL." <select> <option value="1">AC</option> <option value="2">AL</option> ... </select> link     
asked by 01.02.2015 / 05:15