Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MmMoverControl
Message
From
02/08/2005 11:28:01
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
MmMoverControl
Miscellaneous
Thread ID:
01037877
Message ID:
01037877
Views:
66
I'm trying to use the mmMoverControl, with no luck. What I would like to do is populate the available list with available team members on the left. These would be coming from table A. I would like to populate the selected list with team members already selected, table B. When the user 'selects' a member from the available list, I want a record to be created in table B, copying information from one row to the other. I can get the data to load properly, with the available members on the left, and the selected members on the right. The problem is when I try to move someone over from the available to selected, nothing happens. I have my mover control properties set as follows:

AvailableListBindingSource: Table A
AvailableListBindingSourceDisplayMember: TableA.name (member name)
AvailableListBindingSourceValueMember: TableA.name (member name)

SelectedListBindingSource: Table B
SelectedListBindingSourceDisplayMember: TableB.name
SelectedListBindingSourceValueMember: TableB.name

Has anyone used the mmMoverControl with any success? If so, could you please offer some insight on how it could be useful in my situation. Thank you!
Next
Reply
Map
View

Click here to load this message in the networking platform