protected void btnSend_Click(object sender, EventArgs e) { var N = new NoficicationsRepository(); var fuURLFileName = ""; if (fuURL.HasFile) { fuURLFileName = fuURL.FileName.ToAZ09Dash(true, true); var path = string.Format("{0}//Notifications//", Utility.GetUploadFolder()); fuURL.SaveAs(string.Format("{0}{1}", path, fuURLFileName)); } var fuURLFileName2 = ""; if (fuURL2.HasFile) { fuURLFileName2 = fuURL2.FileName.ToAZ09Dash(true, true); var path = string.Format("{0}//Notifications//", Utility.GetUploadFolder()); fuURL2.SaveAs(string.Format("{0}{1}", path, fuURLFileName2)); } var fuURLNoteFile = ""; if (fuURLNote.HasFile) { fuURLNoteFile = fuURLNote.FileName.ToAZ09Dash(true, true); var path = string.Format("{0}//Notifications//", Utility.GetUploadFolder()); fuURLNote.SaveAs(string.Format("{0}{1}", path, fuURLNoteFile)); } var fuURLNoteFile1 = ""; if (fuURLNote1.HasFile) { fuURLNoteFile1 = fuURLNote1.FileName.ToAZ09Dash(true, true); var path = string.Format("{0}//Notifications//", Utility.GetUploadFolder()); fuURLNote1.SaveAs(string.Format("{0}{1}", path, fuURLNoteFile1)); } var fuURLNoteFile2 = ""; if (fuURLNote2.HasFile) { fuURLNoteFile2 = fuURLNote2.FileName.ToAZ09Dash(true, true); var path = string.Format("{0}//Notifications//", Utility.GetUploadFolder()); fuURLNote2.SaveAs(string.Format("{0}{1}", path, fuURLNoteFile2)); } var NotifType = new DictionariesRepository().ListDictionary(1, 9).FirstOrDefault(w => w.CodeVal == Convert.ToInt32(hfNotifyType.Value)).DictionaryID; /* * N.SP_Notifications(0, * NotificationTypeID: NotifType, * OrgName : txtOrgName.Text, * Address: txtAddress.Text, * Mobile: txtMobile.Text, * Email: txtEmail.Text, * WebPage: txtWebPage.Text, * URL: fuURLFileName, * MissionDesc: txtMissionDesc.Text, * Contact: txtContact.Text, * Desc1: txtDesc1.Text, * Desc2: txtDesc2.Text, * Number: txtNumber.Text, * Donors: txtDonors.Text, * Term: txtTerms.Text, * Proportions: txtProportions.Text, * RegFileURL: fuURLNoteFile * ); */ //if (!N.IsError) { var NObj = new Core.Notifications(); switch (hfNotifyType.Value) { case "2": NObj.NotificationTypeID = NotifType; NObj.OrgName = txtOrgName.Text; NObj.Address = txtAddress.Text; NObj.Mobile = txtMobile.Text; NObj.Email = txtEmail.Text; NObj.WebPage = txtWebPage.Text; NObj.URL = fuURLFileName; NObj.MissionDesc = txtMissionDesc.Text; NObj.Contact = txtContact.Text; NObj.Desc1 = txtDesc1.Text; NObj.Desc2 = txtDesc2.Text; NObj.Number = txtNumber.Text; NObj.Donors = txtDonors.Text; NObj.Term = txtTerms.Text; NObj.Proportions = txtProportions.Text; NObj.RegFileURL = fuURLNoteFile; Session["IsSent"] = MakeNotification(NObj); break; case "3": NObj.NotificationTypeID = NotifType; NObj.OrgName = txtOrgName1.Text; NObj.Address = txtAddress1.Text; NObj.Mobile = txtMobile1.Text; NObj.Email = txtEmail1.Text; NObj.WebPage = txtWebPage1.Text; //NObj.URL = fuURLFileName2; NObj.MissionDesc = txtMissionDesc1.Text; NObj.Contact = txtContact1.Text; NObj.ProjectTitle = txtProjectTitle.Text; //NObj.Donors = txtDonors1.Text; NObj.ProjectStatus = txtProjectStatus.Text; //NObj.Term = txtTerms.Text; NObj.Donors = txtDonors1.Text; NObj.Term = txtProjectGoal1.Text; NObj.ProjectResults = txtProjectResults1.Text; NObj.ProjectFDate = DateTime.Parse(txtProjectFDate.Text); NObj.ProjectLDate = DateTime.Parse(txtProjectLDate.Text); //NObj.Proportions = txtProportions.Text; NObj.RegFileURL = fuURLNoteFile1; Session["IsSent"] = MakeNotification(NObj); break; case "4": NObj.NotificationTypeID = NotifType; NObj.OrgName = txtOrgName2.Text; NObj.Address = txtAddress2.Text; NObj.Mobile = txtMobile2.Text; NObj.Email = txtEmail2.Text; NObj.WebPage = txtWebPage2.Text; NObj.URL = fuURLFileName2; NObj.MissionDesc = txtMission2.Text; NObj.IsActualProjects = bool.Parse(txtIsActive2.Text); // es rogor unda iyos?? NObj.ProjectTitle = txtProjectTitle2.Text; NObj.ProjectStatus = txtProjectStatus2.Text; NObj.Donors = txtDonorContacts.Text; NObj.Term = txtProjectGoal2.Text; NObj.ProjectResults = txtProjectResults1.Text; NObj.ProjectFDate = DateTime.Parse(txtProjectFDate.Text); NObj.ProjectLDate = DateTime.Parse(txtProjectLDate.Text); NObj.FinanceInfo = txtFinanceInfo.Text; NObj.PartnerInfo = txtPartnerInfo.Text; NObj.DepartPlan = txtDepart.Text; NObj.RegFileURL = fuURLNoteFile2; Session["IsSent"] = MakeNotification(NObj); break; } //NObj.Desc1 = txtDesc1.Text; //NObj.Desc2 = txtDesc2.Text; //NObj.Number = txtNumber.Text; Response.Redirect(Request.Url.OriginalString); } }
protected void btnSend_Click(object sender, EventArgs e) { var N = new NoficicationsRepository(); var fuURLFileName = ""; if (fuURL.HasFile) { fuURLFileName = fuURL.FileName.ToAZ09Dash(true, true); var path = string.Format("{0}//Notifications//", Utility.GetUploadFolder()); fuURL.SaveAs(string.Format("{0}{1}", path, fuURLFileName)); } var NotifType = new DictionariesRepository().ListDictionary(1, 9).FirstOrDefault(w => w.CodeVal == 1).DictionaryID; var BDate = new DateTime(Convert.ToInt32(ddBYear.SelectedValue), Convert.ToInt32(ddBMonth.SelectedValue), Convert.ToInt32(ddBDay.SelectedValue)); var EnteryDate = string.IsNullOrEmpty(txtFDate.Text) ? DateTime.Now : DateTime.Parse(txtFDate.Text); var LeaveDate = string.IsNullOrEmpty(txtLDate.Text) ? DateTime.Now : DateTime.Parse(txtLDate.Text); /* * N.SP_Notifications(0, * NotificationTypeID: NotifType, * URL: fuURLFileName, * FName: txtFName.Text, * LName: txtLName.Text, * Address: txtAddress.Text, * Mobile: txtMobile.Text, * Fax: txtFax.Text, * Email: txtEmail.Text, * PassportN: txtPassportN.Text, * Nationality: txtNationality.Text, * BDate: BDate, * Gender: bool.Parse(ddGender.SelectedValue), * EnteryDate: EnteryDate, * LeaveDate: LeaveDate, * Organisator: ddOrganisator.SelectedValue, * TransportType: ddTransportType.SelectedValue, * Destination: txtDestination.Text, * HostName: txtHostName.Text, * HostContact: txtHostContact.Text, * EmFName : txtFName1.Text, * EmLName: txtLName1.Text, * EmAddress: txtAddress1.Text, * EmMobile: txtMobile1.Text, * VisitorStatus : txtProjectStatus.Text, * ProjectTitle: txtProjectName.Text, * ProjectNote :txtProjectGoal.Text, * ProjectFDate: DateTime.Parse(txtProjectFDate.Text), * ProjectLDate:DateTime.Parse(txtProjectLDate.Text), * Partner: txtLocalPartner.Text, * IsSent : bool.Parse(ddIsSent.SelectedValue), * Note: txtNote.Text); * if (!N.IsError) * { */ var NotifyObject = new Core.Notifications { NotificationTypeID = NotifType, URL = fuURLFileName, FName = txtFName.Text, LName = txtLName.Text, Address = txtAddress.Text, Mobile = txtMobile.Text, Fax = txtFax.Text, Email = txtEmail.Text, PassportN = txtPassportN.Text, Nationality = txtNationality.Text, BDate = BDate, //Sex = bool.Parse(ddGender.SelectedValue), EnteryDate = EnteryDate, LeaveDate = LeaveDate, Organisator = txtVisitOrganisedBy.Text, TransportType = ddTransportType.SelectedValue, Destination = txtDestination.Text, HostName = txtHostName.Text, HostContact = txtHostContact.Text, EmFName = txtFName1.Text, EmLName = txtLName1.Text, EmAddress = txtAddress1.Text, EmMobile = txtMobile1.Text, VisitorStatus = txtProjectStatus.Text, ProjectTitle = txtProjectName.Text, ProjectNote = txtProjectGoal.Text, ProjectFDate = DateTime.Parse(txtProjectFDate.Text), ProjectLDate = DateTime.Parse(txtProjectLDate.Text), Partner = txtLocalPartner.Text, //IsSent = bool.Parse(ddIsSent.SelectedValue), Note = txtNote.Text }; var M = new Core.Tools.Mail(); var ms = new MemoryStream(); var ListAtt = new List <Attachment>(); var rpt = new rptNotification(NotifyObject); var FileName = string.Format("Notification_{0:yyyy-MM-dd}_{1}.pdf", DateTime.Now, Guid.NewGuid().ToString().Substring(1, 6)); rpt.ExportToPdf(ms); ms.Seek(0, System.IO.SeekOrigin.Begin); var attach = new Attachment(ms, FileName, "application/pdf"); ListAtt.Add(attach); M.Send("*****@*****.**", "*****@*****.**", "სანოტიფიკაციო ფორმა", "ინფორმაცია საიტიდან", AttachmentsList: ListAtt); ms.Close(); Session["IsSent"] = true; Response.Redirect(Request.Url.OriginalString); //} }