Hi everyone,
in my web form i have a department dropdown box, in its selectedIndexChanged event i have to fill the equipment dropdown box and in equiment dropdown selectedIndexChanged i have to fill out the other textboxs.
the depratment dropdown box get its value from sqldatasource.
<asp:DropDownList ID="dp_deptname" runat="server" DataSourceID="SqlDataSource1" DataTe
View Complete Post