<asp:DropDownList ID="ddlProducts" runat="server"
     DataSourceId="SqlDataSource1" DataTextField="ProductName"
     DataValueField="ProductID">
</asp:DropDownList>