If I use a DropDownList:
You can use
Or you can add this dynamically at code behind like this
DropDownListSubContractors.Items.Add(new ListItem("---Select---", "0"));