Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binding a DataView
Message
From
18/06/2004 14:49:16
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00915189
Message ID:
00915195
Views:
11
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform