<asp:DropDownList ID=”ddl_countries” runat=”server” ValidationGroup=”CHECKS” DataSourceID=”SqlDataSource1″ DataTextField=”Country” DataValueField=”country_id” AppendDataBoundItems=”true” Width=”100px”><asp:ListItem Value=””>Select</asp:ListItem></asp:DropDownList>