This is a very handy when you may have a field bound to an id that is also allowed to be null. <asp:DropDownList ID="DropDownListTest" runat="server" DataSourceID="SqlDataSource" DataTextField="DataTextField" DataValueField="DataValueField" SelectedValue="<%#
Read More...