예제 #1
0
    protected void Button3_Click(object sender, EventArgs e)
    {
        Shoping      ac = new Shoping();
        ShopingDatum dm = new ShopingDatum();

        PublicClass pc = new PublicClass();

        dm.Id_Factor             = decimal.Parse(Request.QueryString["Id_Factor"].ToString());
        dm.Date_Agreement_Factor = pc.GetDate();
        dm.Factor_Agreement      = "False";
        dm.Factor_Condition      = " در تاریخ " + pc.GetDate() + " سفارش لغو شد";
        ac.Update_Factor_Agreement(dm);
        Label20.Visible = true;
        Label20.Text    = "سفارش لغو شد";
    }