functionalCode 0 Light Poster

I am filling a datagridview from a datatable which is filled from my database. I want to make a column a combobox column. That column is filled with name id's. How can i make it show the name so I can use the sql command builder to insert a new row into the database and update it?

Thanks