Esempio n. 1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if ((Request.QueryString["0001234445XXX43943OPFDSMZXUHSJFDSKFGKSDKGFSDKFSKFDKFD"] != null) && (Request.QueryString["0001234445XXX43943OPFDSMZXUHSJFDSKFGKSDKGFSDKFSKFDKFD"].ToString() != ""))
     {
         vid = Request.QueryString["0001234445XXX43943OPFDSMZXUHSJFDSKFGKSDKGFSDKFSKFDKFD"].ToString();
         if (vid.Contains("OAI/PT/"))
         {
             vid = vid.Replace("OAI/PT/", "");
         }
         pwalletID = t.getPwalletID(vid);
         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;
         }
     }
     else
     {
         Response.Redirect("http://www.iponigeria.com/userarea/dashboard");
     }
     if ((Request.QueryString["94384238SKFGKSDKGFSDKFSKFDKFD"] != null) && (Request.QueryString["94384238SKFGKSDKGFSDKFSKFDKFD"].ToString() != ""))
     {
         aid = Request.QueryString["94384238SKFGKSDKGFSDKFSKFDKFD"].ToString();
     }
     else
     {
         Response.Redirect("http://www.iponigeria.com/userarea/dashboard");
     }
 }