<asp:DropDownList ID="ddlIVType" runat="server" AppendDataBoundItems="True"
DataSourceID="DSIVType" DataTextField="IVTYPE"
DataValueField="IVTYPEID" >
<asp:ListItem Value="0">-Select-</asp:ListItem>
</asp:DropDownList>