Exemple #1
0
    protected void LinkButton9_Click(object sender, EventArgs e)
    {
        string te = "PaymnentOption.aspx";

        ScriptManager.RegisterStartupScript(this, typeof(string), "OPEN_WINDOW", "window.open('" + te + "');", true);
        ModalPopupExtenderemailrulepopup.Show();
    }
Exemple #2
0
    // End  setup taxes

    // payment option
    protected void CheckBoxList8_SelectedIndexChanged(object sender, EventArgs e)
    {
        if (CheckBoxList8.SelectedValue == "1")
        {
            string te = "PaymnentOption.aspx";
            ScriptManager.RegisterStartupScript(this, typeof(string), "OPEN_WINDOW", "window.open('" + te + "');", true);
            ModalPopupExtenderemailrulepopup.Show();
        }
        if (CheckBoxList8.SelectedValue == "2")
        {
            pnlftprule.Visible             = true;
            pnlemailruleyesno.Visible      = false;
            pnlemailruledone.Visible       = false;
            pnlemailrulenotrequire.Visible = true;
            pnlemailruletryagain.Visible   = false;

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

            //}
        }
    }