摘要:
<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 阅读全文
posted @ 2012-02-23 20:40
刺猬的温驯
阅读(420)
评论(0)
推荐(0)