Ejemplo n.º 1
0
        private void LoadCategories()
        {
            rptCategories.DataSource = _categoryDal.Get1();
            rptCategories.DataBind();

            rptCategories2.DataSource = _categoryDal.Get2();
            rptCategories2.DataBind();
        }