Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding a DataView
Message
De
18/06/2004 14:49:16
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00915189
Message ID:
00915195
Vues:
10
Hi, Paul,

I'm not positive, but you might want to try grabbing the binding context from the listbox..so instead of...

BindingManagerBase manager = this.BindingContext[dataset,"Customers"];

You might want to try

manager = this.lstCustomers.BindingContext[dataset, "Customer"];


Give that a try and see what happens.

Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform