<asp:ListView ID="ListView1" runat="server" DataSourceID="dsTimeSheets2" DataKeyNames="TS_RECNO"InsertItemPosition=LastItem >
<InsertItemTemplate>
<asp:DropDownList ID="ddlEmp2" runat="server" DataSourceID="dsEmployee" DataTextField="E_NAME" DataValueField="ENUMB" SelectedValue='<%# Bind("T_Emp") %>' >
</asp:DropDownList>
...