コード例 #1
0
        private void LoadProductsSections()
        {
            ProductRepository _ProRepo = new ProductRepository();
            rptrProductsSections.DataSource = _ProRepo.LoadWoodFloorsByLanguageId("097BE02E-A019-4853-AD50-F22EF5F0BF0F");
            rptrProductsSections.DataBind();

            uiRepeaterWoodWall.DataSource = _ProRepo.LoadAllExceptWoodFloorByLanguageId("097BE02E-A019-4853-AD50-F22EF5F0BF0F"); //wood walls
            uiRepeaterWoodWall.DataBind();
        }
コード例 #2
0
        private void LoadProductsSections()
        {
            ProductRepository _ProRepo = new ProductRepository();
            rptrProductsSections.DataSource = _ProRepo.LoadWoodFloorsByLanguageId("b5c66d73-b2fa-436d-817a-e5332af83934");
            rptrProductsSections.DataBind();

            uiRepeaterWoodWall.DataSource = _ProRepo.LoadAllExceptWoodFloorByLanguageId("b5c66d73-b2fa-436d-817a-e5332af83934"); //wood walls
            uiRepeaterWoodWall.DataBind();
        }