Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MmMover not populating
Message
From
28/03/2007 08:20:44
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
MmMover not populating
Miscellaneous
Thread ID:
01209150
Message ID:
01209150
Views:
73
I am trying to use the mmMover control. I created two tables and views in athe BO's dataset and AvailDLNs / dvAvailDLNs and SelectDLNs / dvSelectDLNs. before the InitializeComponent() call in they are booth there and the dvAvailDLNs view has records. The mover isnt showing anything. the real funny part is that if I click the select all button the items do show up in the selected list. if I click removeall then they are removed but dont show up in the avalible list.

I set the bindings up just like the help shows

AvailableListBindingSource = "TIResearch"
AvailableListBindingSourceDisplayMember = "AvailDLNs.dvAvailDLNs.TIR_DLN"
AvailableListBindingSourceValueMember = "AvailDLNs.dvAvailDLNs.TIR_DLN"

SelectedListBindingSource = "TIResearch"
SelectedListBindingSourceDisplayMember = "SelectDLNs.dvSelectDLNs.TIR_DLN"
SelectedListBindingSourceValueMember = "SelectDLNs.dvSelectDLNs.TIR_DLN"

any ideas

Thanks
Brian Grant
Next
Reply
Map
View

Click here to load this message in the networking platform