I have two DropDownList
<asp:DropDownList ID="ddl1" runat="server" Width="173px"
CssClass="ddl" >
</asp:DropDownList>
<asp:DropDownList ID="ddl2" runat="server" Width="173px"
CssClass="ddl" Enabled="False">
</asp:DropDownList>
I want when the first one will be ddl1.selectedindex = 3 to enable the second one ddl2