-
VB.Net
Is there any method of getting ItemData property in VB.net Combo box.
I have set the DataSource property of combo box with a Dataset, and the displayMember and ValueMember with the dataTable's first and second columns respectively.
I want a method to check each and every value member available in the combo box.
Please help me.
Thanks
Suparna
-
what? Do you want to get the valueMember of the selected item or do you want to loop through all the valuemembers and see what they are?(i'm not sure why you'd want to do this? why not loop though the dataset?)
I am a bit confused with the wording of your question
Nick