For some reason, selectedindexChanged vb.net code is no longer firing. autopostback and enable viewstate are sill true. Enabled is set to true in code behind. Using VS2008.
Any idea on what can cause this?
Thanks,
Randy
<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"
<asp:ListItem Selected="false" Text="Select" Value="0"></asp:ListItem>
</asp:DropDownList>