예제 #1
0
        private void loadCategories()
        {
            CategoryBL categoryBL = new CategoryBL();

            rptCategories.DataSource = categoryBL.GetCategoriesForFirstPage();
            rptCategories.DataBind();
        }