Exemplo n.º 1
0
    protected void Page_Load(object sender, EventArgs e)
    {
        //  vid = Request.QueryString["x"].ToString();

        var Value  = Convert.ToString(Request.Form["transID"]);
        var Value2 = Convert.ToString(Request.Form["recordalid"]);
        var kk2    = Convert.ToInt32(Value2);

        pwalletID          = t.getPwalletID22(Value);
        recordal           = t.getG_PwalletByID3(kk2);
        applicant_recordal = t.getApplicantRecordal(Value2);
        if (pwalletID != "")
        {
            lt_mi      = t.getPtInfoByPwalletID(pwalletID);
            lt_rep     = t.getRepListByUserID(pwalletID);
            lt_stage   = t.getStageByUserID(pwalletID);
            lt_app     = t.getApplicantByvalidationID(pwalletID);
            lt_inv     = t.getInventorByvalidationID(pwalletID);
            lt_assinfo = t.getAssignment_infoByvalidationID(pwalletID);
            lt_xpri    = t.getPriority_infoByvalidationID(pwalletID);
            Session["xserviceaddress"] = null;
            Session["xrepresentative"] = null;
            Session["xmarkinfo"]       = null;
            Session["xapplication"]    = null;
            Session["vid"]             = null;
            Session["amt"]             = null;
            Session["aid"]             = null;
            Session["g"]                 = null;
            Session["pc"]                = null;
            Session["new_ptID"]          = null;
            Session["loa_newfilename"]   = null;
            Session["claim_newfilename"] = null;
            Session["pct_newfilename"]   = null;
            Session["doa_newfilename"]   = null;
            Session["spec_newfilename"]  = null;
            Session["txt_loa_no"]        = null;
            Session["txt_claim_no"]      = null;
            Session["txt_pct_no"]        = null;
            Session["txt_doa_no"]        = null;
        }
    }