User-943250815 posted
On dropdownList control set "AppendDataBoundItems", then add a ListItem
<asp:DropDownList ID="myDropDown" runat="server" AppendDataBoundItems="True" DataTextField="description" DataValueField="code">
<asp:ListItem>Select/asp:ListItem>
</asp:DropDownList>