君子博学而日参省乎己 则知明而行无过矣

博客园 首页 新随笔 联系 订阅 管理

2012年2月23日 #

摘要: <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 刺猬的温驯 阅读(410) 评论(0) 推荐(0) 编辑