Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bind ListBox To Generic Collection Of Classes
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01454830
Message ID:
01454838
Vues:
28
>I have a generic List of objects. It is possbile to bind this list to a Listbox?

Winforms? Sure.
ListBox1.DataSource = theList;
ListBox1.DisplayMember = "ListPropertyName";
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform