Ejemplo n.º 1
0
    protected void LinkButton5_Click(object sender, EventArgs e)
    {
        string te = "AccountYearChange.aspx";

        ScriptManager.RegisterStartupScript(this, typeof(string), "OPEN_WINDOW", "window.open('" + te + "');", true);
        ModalPopupExtendercabinetpopup.Show();
    }
Ejemplo n.º 2
0
    // End Employee

    // Account year
    protected void CheckBoxList4_SelectedIndexChanged(object sender, EventArgs e)
    {
        if (CheckBoxList4.SelectedValue == "1")
        {
            string te = "AccountYearChange.aspx";
            ScriptManager.RegisterStartupScript(this, typeof(string), "OPEN_WINDOW", "window.open('" + te + "');", true);
            ModalPopupExtendercabinetpopup.Show();
        }
        if (CheckBoxList4.SelectedValue == "2")
        {
            pnldrawer.Visible            = true;
            pnlcabinetyesno.Visible      = false;
            pnlcabinetdone.Visible       = false;
            pnlcabinetnotrequire.Visible = true;
            pnlcabinettryagain.Visible   = false;

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

            //}
        }
    }