摘要:
<asp:Panel ID="Panel1" runat="server"></asp:Panel>if (!IsPostBack) { } IList<Accounts_Duty> adlist = new Accounts_DutyBLL().GetALLItems(); SmartDropDownList sddl = new SmartDropDownList(); sddl.AutoPostBack = true; sddl.ID = "sddlControl"; sddl.Items.A 阅读全文
2012年2月23日 #