예제 #1
0
 protected void BindCaiPingType()
 {
     BLL.wx_diancai_caipin_category cBll = new BLL.wx_diancai_caipin_category();
     IList<Model.wx_diancai_caipin_category> cateList = cBll.GetModelList("shopid=" + shopid);
     dllCategoryName.DataValueField = "id";
     dllCategoryName.DataTextField = "categoryName";
     dllCategoryName.DataSource = cateList;
     dllCategoryName.DataBind();
     dllCategoryName.Items.Insert(0, new ListItem("请选择", ""));
 }
예제 #2
0
        protected void BindCaiPingType()
        {
            BLL.wx_diancai_caipin_category           cBll     = new BLL.wx_diancai_caipin_category();
            IList <Model.wx_diancai_caipin_category> cateList = cBll.GetModelList("shopid=" + shopid);

            dllCategoryName.DataValueField = "id";
            dllCategoryName.DataTextField  = "categoryName";
            dllCategoryName.DataSource     = cateList;
            dllCategoryName.DataBind();
            dllCategoryName.Items.Insert(0, new ListItem("请选择", ""));
        }