本文介绍了ComboBox上的“SelectedValueChanged”事件处理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有4个组合框命名
comBoxName,
comBoxContact,
comBoxAddress,
comBoxFunction,
我已经从访问DataBase绑定了组合框的数据。
现在我想在comBoxName上使用SelectedValueChanged事件,当我从列表中选择一个名称,它会根据
comBoxContact,
comBoxAddress,
comBoxFunction,
解决方案
i have 4 combo boxes naming
comBoxName, comBoxContact, comBoxAddress, comBoxFunction,
I have bind the data of combo box from access DataBase.
Now i want to use SelectedValueChanged event on comBoxName, when i select a name from the list it automatically select the data against the Name contaning in
comBoxContact, comBoxAddress, comBoxFunction,
解决方案
这篇关于ComboBox上的“SelectedValueChanged”事件处理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!