Esempio n. 1
0
    protected void LinkButton8_Click(object sender, EventArgs e)
    {
        string te = "StoreTaxMethodTBL.aspx";

        ScriptManager.RegisterStartupScript(this, typeof(string), "OPEN_WINDOW", "window.open('" + te + "');", true);
        ModalPopupExtenderfolderpopup.Show();
    }
Esempio n. 2
0
    // End Opening Balance

    //  setup taxes
    protected void CheckBoxList7_SelectedIndexChanged(object sender, EventArgs e)
    {
        if (CheckBoxList7.SelectedValue == "1")
        {
            string te = "StoreTaxMethodTBL.aspx";
            ScriptManager.RegisterStartupScript(this, typeof(string), "OPEN_WINDOW", "window.open('" + te + "');", true);
            ModalPopupExtenderfolderpopup.Show();
        }
        if (CheckBoxList7.SelectedValue == "2")
        {
            pnlemailrule.Visible        = true;
            pnlfolderyesno.Visible      = false;
            pnlfolderdone.Visible       = false;
            pnlfoldernotrequire.Visible = true;
            pnlfoldertryagain.Visible   = false;

            //DataTable dt = fillstep1business();
            //if (dt.Rows.Count > 0)
            //{
            //    insertdate("Folder", "3");

            //}
        }
    }