Combobox selected item issue
-
Hi there! I am building a win application, and I am stucked at one point and I will appreciate your help, if we can solve this issue together. I have a combobox with more values in it. Depending on the person who is selected from listbox, the value in the combobox is different. I am taking that value from DB and I am holding in a string. I want when someone will select an item from the form, the combobox selected item be the value from the string. I already populate the items in the combobox, I just want to know how to make one of the items to be selected when the person will be selected from the list box. Any kind oh help will be appreciated. Thanks in advance, Laziale
-
Hi there! I am building a win application, and I am stucked at one point and I will appreciate your help, if we can solve this issue together. I have a combobox with more values in it. Depending on the person who is selected from listbox, the value in the combobox is different. I am taking that value from DB and I am holding in a string. I want when someone will select an item from the form, the combobox selected item be the value from the string. I already populate the items in the combobox, I just want to know how to make one of the items to be selected when the person will be selected from the list box. Any kind oh help will be appreciated. Thanks in advance, Laziale
hey hi, i think u can change the combox selected value changed on list box selected item event.
-
Hi there! I am building a win application, and I am stucked at one point and I will appreciate your help, if we can solve this issue together. I have a combobox with more values in it. Depending on the person who is selected from listbox, the value in the combobox is different. I am taking that value from DB and I am holding in a string. I want when someone will select an item from the form, the combobox selected item be the value from the string. I already populate the items in the combobox, I just want to know how to make one of the items to be selected when the person will be selected from the list box. Any kind oh help will be appreciated. Thanks in advance, Laziale
combobox.SelectedItem = "item"; or combobox.SelectedIndex = 0; // any item on 0th index
TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-iTV.C\y<pjxsg-b$f4ia> -------------------------------------------------------- 128 bit encrypted signature, crack if you can
-
Hi there! I am building a win application, and I am stucked at one point and I will appreciate your help, if we can solve this issue together. I have a combobox with more values in it. Depending on the person who is selected from listbox, the value in the combobox is different. I am taking that value from DB and I am holding in a string. I want when someone will select an item from the form, the combobox selected item be the value from the string. I already populate the items in the combobox, I just want to know how to make one of the items to be selected when the person will be selected from the list box. Any kind oh help will be appreciated. Thanks in advance, Laziale
Listen events from listbox.
:) I Love KongFu~