Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foreach item in a combobox
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Foreach item in a combobox
Miscellaneous
Thread ID:
00960453
Message ID:
00960453
Views:
38
I am trying to do a foreach on all the items in a combobox, but I am having problems finding the correct type
foreach (<type> oItem in this.myComboBox.Items)
{
  MessageBox.Show(oItem.ToString());
}
Anyone know what type I need to use or is there a better way to go through all items in a combobox?

Thanks,
Einar
Semper ubi sub ubi.
Next
Reply
Map
View

Click here to load this message in the networking platform