G
Guest
Hi:
I have a dialog in WinForm with 2 list box, source and destination, and 4
buttons, add, add all, remove and remove all. So user can add single/all
items in source list box to destination one. so as remove and remove all
buttons. I binding a DataTable to source and destination list box. Now my
problem is, in my DataTable, there are fields ID, FirstName, LastName. I like
to show full name in the list box.
What should I do?
I have a dialog in WinForm with 2 list box, source and destination, and 4
buttons, add, add all, remove and remove all. So user can add single/all
items in source list box to destination one. so as remove and remove all
buttons. I binding a DataTable to source and destination list box. Now my
problem is, in my DataTable, there are fields ID, FirstName, LastName. I like
to show full name in the list box.
What should I do?