コード例 #1
0
 protected void btnSubmitClinicReg_Click(object sender, EventArgs e)
 {
     if (isPageValid() == false)
     {
         return;
     }
     if (WriteToRegistrationLog())
     {
         string htmlText           = LoadClinicRegistrationTemplate();
         string strSubject         = "Omaha Eclipse Online Volleyball Registration for " + txtplayer1name.Text.Trim();
         string strRegistrantEmail = txtemailaddress.Text.Trim();
         EclipseHelpers.sendEmailRegistration(htmlText, strSubject, strRegistrantEmail);
         // LoadCampRegistrationToBrowser(htmlText);
         Server.Transfer("~/Volleyball/ClinicRegistrationWelcome.aspx", false);
     }
 }
コード例 #2
0
 public Eclipse8Base() : base()
 {
     this.prereq = EclipseHelpers.GenerateUnlockableIdentifier((Int32)this.index - 1, this.identity);
 }