If I use a DropDownList:
<asp:DropDownList ID="DropDownListSubContractors" runat="server"
DataTextField="Company_Name" DataValueField="id">
</asp:DropDownList>
What attribute do I use/set that allows me to use '---Select---' as initial option on the drop down, instead of the first value in the list.