Im binding my dropdown list textfield to a a row from my datasource, what i dont know how to do is add a string which contains another field and a "-".

I tried

ddSegID.DataTextField = ("SEG_ID" + " - " + "SEG_NM")

but it doenst work