//绑定首页三个新闻分区的数据 protected void bindLuandou() { DataTable ld = NewsBll.luandouTop5(); if (ld != null) { News_luandou.DataSource = ld; News_luandou.DataBind(); } }