Exemple #1
0
 public void fillDataNewsHot()
 {
     repeaterList.DataSource = daoNews.GetListHotLimit(10);
     repeaterList.DataBind();
 }