Which collection class to use?
From: cksj (cksanjose_at_hotmail.com)
Date: 04/20/04
- Next message: pmcguire: "Re: Casting Data.Datarow to a strongly typed datarow"
- Previous message: Armin Zingler: "Re: Newline in Text Property"
- Next in thread: Marc Butenko: "Re: Which collection class to use?"
- Reply: Marc Butenko: "Re: Which collection class to use?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 20 Apr 2004 13:25:46 -0500
I'm working on a VB.Net app that has State class (CA, AZ, WA...) and
collection class of State.
Which collection class interface can I use if want to be able to bind the
collection a combo box and at the same time be able to reference the item in
the collection by key?
I know that combo box data source must be an IList but with IList I can't
reference the object with the key.
Can this be done in VB.Net?
Thanks for any ideas,
Cesar
- Next message: pmcguire: "Re: Casting Data.Datarow to a strongly typed datarow"
- Previous message: Armin Zingler: "Re: Newline in Text Property"
- Next in thread: Marc Butenko: "Re: Which collection class to use?"
- Reply: Marc Butenko: "Re: Which collection class to use?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|