满分吐血急求DataGrid中DropDownList的三级联动的思路,顶者有分,解决再开贴谢
<asp:TemplateColumn HeaderText="岗位">
<ItemTemplate>
<asp:Label id=dd_bm runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.部门") %>'>
</asp:Label>
<asp:Label id=dd_bz runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.班组") %>'>
</asp:Label>
<asp:Label id=Label2 runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.岗位") %>'> </asp:Label> </ItemTemplate> <FooterTemplate> <asp:DropDownList id=diaodong_mydown1 runat="server" Width="58px" Height="45px"> </asp:DropDownList> <asp:DropDownList id="diaodong_mydown2" runat="server" Width="70px" Height="45px"></asp:DropDownList <asp:DropDownList id="diaodong_mydown3" runat="server" Width="80px" ></asp:DropDownList> </FooterTemplate>
<EditItemTemplate>
....
</EditItemTemplate> </asp:TemplateColumn>
单纯的三级联动能做到,但是跟DataGrid连用就一头雾水,求高人指条路
顶者有分,解决再开满分贴答谢