Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding a combobox to a business object with an arraylis
Message
 
À
05/03/2005 10:14:53
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
OS:
Windows XP SP2
Divers
Thread ID:
00992995
Message ID:
00993039
Vues:
16
Once again thanks for the help, another case of a great solution.

I was also trying to do it the 2005 way

which I think I solved:-
private DataConnector dcTypes = new DataConnector();
dcTypes.DataSource = myTaskType.Types;
comboBox1.DataSource = this.dcTypes;
Which is really exactly the same as you suggestion with another layer of extraction, just like MS what us to use for some reason.
John T Barton
A single picture (or bit of code) is worth a thousand words
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform