I am trying to bind 2 combo box, being the value of the second dependent from de first. All the solutions that i saw to this problem were by the use of Sql.Data (Datatable), which i cant use, due to the architecture of the application. I can do it 2 ways, by c# or through ASP Object Data Source. I’ve
Tag: combobox
Winforms, can I use a text box here instead of a combobox? (dropdown list with over 15k options)
For the last few weeks I’ve been building a product demo for work which includes a winform to enter new customer enquiry information. One of the form elements is a text box which, for the sake of ease, I haven’t imposed any validation on so far. However, I now need to make it so that the user can only enter
I’m using JavaFX and my combobox doesn’t want to populate from an sql database
What I’m trying to do is have my combobox get populated with AgentID’s from my travelexperts database when the app loads. I think the problem is somewhere in the controller class. I don’t get any …
How to check if field value is same as combobox value?
So I am making a SQL query in which value of combobox (cboVU) shoud be same as field in table called Vrsta uredaja in table O klima uredaju. I am making this query in Access 2016. I am getting this: Tables and relations: Answer To continue on @Nathan_Sav’s comment: