示例#1
0
        private void BindArticleCategory()
        {
            List <Hidistro.Entities.VShop.ReplyInfo> list = AliFuwuReplyHelper.GetAllReply().ToList <Hidistro.Entities.VShop.ReplyInfo>().FindAll(a => a.ReplyType < ReplyType.Wheel);

            this.rptList.DataSource = list;
            this.rptList.DataBind();
        }
示例#2
0
 private void BindArticleCategory()
 {
     System.Collections.Generic.List <Hidistro.Entities.VShop.ReplyInfo> dataSource = AliFuwuReplyHelper.GetAllReply().ToList <Hidistro.Entities.VShop.ReplyInfo>().FindAll((Hidistro.Entities.VShop.ReplyInfo a) => a.ReplyType < ReplyType.Wheel);
     this.rptList.DataSource = dataSource;
     this.rptList.DataBind();
 }