Esempio n. 1
0
    protected void clearcount_Click(object sender, EventArgs e)
    {
        ocart.deletecart(ocart.GetShoppingCartId());

        this.Bind();
    }