コード例 #1
0
        private void init_params()
        {
            ProductGroup.DataSource = new ProductsBLL().getCustomerGroups();
            ProductGroup.DataBind();

            ProductsTable.DataSource = new ProductsBLL().getCustomerProducts();
            ProductsTable.DataBind();
        }