Ejemplo n.º 1
0
    }//end of the button

    protected void PopulateDrinks()
    {
        string[] drinks = { "sodas", "milkshake", "coffee", "tea",
                            "juice" };
        CBLDrinks.DataSource = drinks;
        CBLDrinks.DataBind();
    }
    }//end of button

    protected void PopulateDrinks()
    {
        string[] drinks = { "Sodas", "Milkshake", "Coffee", "Tea", "Juice" };
        CBLDrinks.DataSource = drinks;
        CBLDrinks.DataBind();
    }