Пример #1
0
    protected void btnAddProduct_Click(object sender, EventArgs e)
    {
        int bundleId = int.Parse(lblID.Text);

        Bundle.AddProduct(bundleId, int.Parse(ddlAddProductID.SelectedValue));
        this.LoadDropDowns(bundleId);
        this.LoadProducts(bundleId);
    }