mysql - ComboBox Selected Item or ComboBox text Which you prefer to get the Combo Box Value in WinForm C#? -
mysql - ComboBox Selected Item or ComboBox text Which you prefer to get the Combo Box Value in WinForm C#? -
when saw combo box propriety selected item , text returns same value in winforms.
so difference in between,.. utilize combobox.selecteditem ? , utilize combobox.text?
combobox.text string, combobox.selecteditem object
mysql winforms
Comments
Post a Comment