Example #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!Page.IsPostBack)
     {
         rpt_Blog.DataSource = GuildBlogBUS.LayDanhSachBlog();
         rpt_Blog.DataBind();
         rpt_Loai.DataSource = LoaiGuideBUS.LayDanhSachLoai();
         rpt_Loai.DataBind();
     }
 }
Example #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     rpt_Recent.DataSource = GuildBlogBUS.BaiMoiNhat();
     rpt_Recent.DataBind();
 }