Questions tagged [selecteditemchanged]
28 questions
0
votes
1 answer
Retrieve mysql database value into JComboBox
I use the following code to retrieve data from my database to a JComboBox. It was working properly. My problem is when I execute this code, if I click any items in jCombobox I need the StudId for that clicked item in the textbox, but this code…

javabeginner
- 43
- 2
- 10
0
votes
1 answer
PowerShell.WindowsForms.Change ListBox via SelectedItemChanged in ComboBox
I went on to develop the script. Now the goal is this: When selecting a department in ListBoxDepartments, the SubDepartments in ListBoxSubDepartments should be displayed. I did it according to the principle mentioned above. But it doesn't work out.…

Catcher Rem
- 19
- 4
0
votes
1 answer
DataGrdiview ComboBox change result
My project has a DataGridView with Combobox columns and this column has two item as "Punch Window" and "Window Wall" as you see in picture.
I am using dataGridView1_CellEndEdit event and these are my codes
for (int i = 0; i <…

Gokhan
- 453
- 4
- 10
0
votes
1 answer
How to get ALL DataGrid's selected Item. (MOST up to date)
I am currently trying to get a collection of selected datagrid rows selected by the user (multi row selection on).
Each row is binded to a visual object which i want to show as selected"
So for the data grid I added this style: