Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
~263 People Reached
Favorite Forums
Favorite Tags
c# x 5

1 Posted Topic

Member Avatar for judithSampathwa

You are binding listbox with comma seperated list. instead of this just create a class which will have Key, Value property. prepare List<Object of class> and bind it with listbox and set DisplayMember and ValueMember as per your requirement. When you select item(s) from one listbox and move those to …

Member Avatar for judithSampathwa
0
263

The End.