Have a property in your class that is the concat of Name and Surname. And bind the DataTextField to this property.
In case you are binding it to a DataTable, you can add a new column to the DataTable whose values are concat of Name and Surname and bind it to the combo.