示例#1
0
        void InitNewsList()
        {
            IList <ViewPoint> list = vpManager.GetViewPointListById_top6();

            this.rpt_index_news_list.DataSource = list;
            this.rpt_index_news_list.DataBind();
        }
示例#2
0
 void InitNewsListForRank()
 {
     this.rpt_news_list_for_rank.DataSource = vpManager.GetViewPointListById_top6();
     this.rpt_news_list_for_rank.DataBind();
 }