A 
		
								
				
				
			
		Alan
I have a DataTable and would like to display all fields into the list box by
using:
CustomerName, CustomerPhone, CustomerAddress
lstResult.datasource = dt
lstResult.DisplayMember = .....
How do I assign the DisplayMember string ?
				
			using:
CustomerName, CustomerPhone, CustomerAddress
lstResult.datasource = dt
lstResult.DisplayMember = .....
How do I assign the DisplayMember string ?
