liuguiqing
 <asp:DropDownList ID="ddlRegionList" runat="server" AutoPostBack="true" OnSelectedIndexChanged="ddlDeptList_SelectedIndexChanged">
                        <asp:ListItem>是</asp:ListItem>
                        <asp:ListItem>否</asp:ListItem>
                    </asp:DropDownList>

 protected void ddlDeptList_SelectedIndexChanged(object sender, EventArgs e)
        {

  code.....
            FillDG();
            FillUI();
        }

  

分类:

技术点:

相关文章:

  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2021-08-29
猜你喜欢
  • 2021-09-25
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2021-08-02
相关资源
相似解决方案