Пример #1
0
 /// ****************************************************************************
 /// <summary>
 /// 页面加载
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 /// ****************************************************************************
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!IsPostBack)
     {
         // //--//之间为新长宁的特殊需求
         string company = this.up_sPMName.ToLower();
         switch (company)
         {
         case "disaipm":
         case "zhudingpm":
             string Binddingcode    = "";
             string ApplicationCode = "";
             if (Request["ApplicationCode"] != null)
             {
                 ApplicationCode = Request["ApplicationCode"].ToString();
             }
             if (Request["BiddingCode"] != null)
             {
                 Binddingcode = Request["BiddingCode"].ToString();
             }
             if (ApplicationCode == "")
             {
                 this.Response.Redirect("XCN_biddingmessagemanage.aspx?BiddingCode=" + Binddingcode);
             }
             else
             {
                 this.Response.Redirect("XCN_biddingmessagemanage.aspx?BiddingCode=" + Binddingcode + "ApplicationCode=" + ApplicationCode);
             }
             break;
         }
         //
         InitPage();
     }
     BiddingMessageModify1.LoadAttach();
 }
Пример #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!this.IsPostBack)
     {
         this.InitPage();
     }
     BiddingMessageModify1.LoadAttach();
 }