摘要:
后台代码:private void bindnewslist() { long num = 100L; List news = _news.GetList(out num); this.newslist.DataSource = news; this.newslist.DataBind(); }说明:Model.news是实体类,GetList(out long)方法返回List.前台代码: ... 阅读全文
posted @ 2013-12-30 15:35
天使半只翼
阅读(1394)
评论(0)
推荐(0)
浙公网安备 33010602011771号