예제 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     LatestBooksRow.SetTitle("最近更新", "Latest Books");
     LatestBooksRow.SetBooks(BookStatBLL.GetNewestBooks(5));
     BestSellersRow.SetTitle("当前热销", "Current Bestsellers");
     BestSellersRow.SetBooks(BookStatBLL.GetHighestStarsBooks(5));
     TopRatedBooksRow.SetTitle("评分最高", "Top Rated Books");
     TopRatedBooksRow.SetBooks(BookStatBLL.GetHighestStarsBooks(5));
     Navbar.SetLinks(CategoryBLL.GetCategoryByRole(0));
 }
예제 #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     Navbar.SetLinks(CategoryBLL.GetCategoryByRole(0));
 }