I have a ComboBox that I need to fill with customerLastName and customerFirstName. ( I need to add a comma too) It should look like this:

Doe, John

After I set the ComboBox's source and the DataMember, it works, but how can I add a second Data Member (customerFName) and the comma?? Also, should I code it or use Visual Studio in Designer Mode.