Please change your front end code to include this:
<asp:DropDownList id="ddlEmpName2"
style="Z-INDEX: 138; LEFT: 192px; POSITION: absolute; TOP: 32px" runat="server" Width="152px" ForeColor="DarkBlue" DataValueField="EmployeeId" DataTextField="EmpLastFirst" DataSource="<%# dvEmpActiveList %>"
Font-Size="X-Small" AutoPostBack="True" Enabled="False"
AppendDataBoundItems="True" onselectedindexchanged="ddlEmpName2_SelectedIndexChanged" >
<asp:ListItem Selected="false" Text="Select" Value="0"></asp:ListItem>
</asp:DropDownList>
Your snippet at the top does not have both a closing bracket on your DDL opening code or a reference to the onselectedindexchanged event.
Hope that helps

Please remember to mark as solved once the issue is resolved.
Last edited by Lusiphur; Jul 15th, 2010 at 2:19 am.
Reputation Points: 207
Solved Threads: 126
Practically a Posting Shark
Offline 841 posts
since Jun 2010