From 6c646f9a723c5353912a95ed4694eb478d279891 Mon Sep 17 00:00:00 2001 From: gagan Date: Wed, 12 Aug 2020 04:57:29 +0000 Subject: [PATCH] --- .../PublishProfiles/FolderProfile.pubxml.user | 8 +-- JMEAgentSystem/Web.config | 1 + .../BenificiaryRegistration/Manage.aspx | 41 +++++++++++--- .../Manage.aspx.designer.cs | 18 +++++++ .../WebPages/CustomerRegistration/Manage.aspx | 51 +----------------- .../CustomerRegistration/Manage.aspx.cs | 1 - .../Manage.aspx.designer.cs | 54 ------------------- .../WebPages/SendTxn/SendTxnRequest.aspx | 34 ++++++++++-- .../SendTxn/SendTxnRequest.aspx.designer.cs | 36 +++++++++---- 9 files changed, 115 insertions(+), 129 deletions(-) diff --git a/JMEAgentSystem/Properties/PublishProfiles/FolderProfile.pubxml.user b/JMEAgentSystem/Properties/PublishProfiles/FolderProfile.pubxml.user index 3b0c626..a9c5e2c 100644 --- a/JMEAgentSystem/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/JMEAgentSystem/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -55,10 +55,10 @@ by editing this MSBuild file. In order to learn more about this please visit htt 08/11/2020 16:56:02 - 08/12/2020 09:07:42 + 08/12/2020 09:24:33 - 08/12/2020 09:07:42 + 08/12/2020 09:24:33 08/11/2020 16:56:02 @@ -1084,7 +1084,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt 10/20/2019 15:35:21 - 08/12/2020 09:07:43 + 08/12/2020 09:24:34 08/11/2020 16:56:09 @@ -1108,7 +1108,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt 08/11/2020 16:56:09 - 08/11/2020 16:56:09 + 08/12/2020 09:19:38 08/11/2020 16:56:08 diff --git a/JMEAgentSystem/Web.config b/JMEAgentSystem/Web.config index b2d03fb..dc21f9c 100644 --- a/JMEAgentSystem/Web.config +++ b/JMEAgentSystem/Web.config @@ -74,6 +74,7 @@ + diff --git a/JMEAgentSystem/WebPages/BenificiaryRegistration/Manage.aspx b/JMEAgentSystem/WebPages/BenificiaryRegistration/Manage.aspx index a4a57ad..4c43132 100644 --- a/JMEAgentSystem/WebPages/BenificiaryRegistration/Manage.aspx +++ b/JMEAgentSystem/WebPages/BenificiaryRegistration/Manage.aspx @@ -1,9 +1,5 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Manage.aspx.cs" Inherits="JMEAgentSystem.WebPages.BenificiaryRegistration.Manage" %> -<%@ Register Src="/Component/AutoComplete/SwiftTextBox.ascx" TagName="SwiftTextBox" TagPrefix="uc1" %> -<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> -<%@ Register Src="~/Component/AutoComplete/SwiftTextBox.ascx" TagPrefix="uc2" TagName="SwiftTextBox" %> - @@ -29,11 +25,12 @@
-

Add Beneficiary +

+ Add Beneficiary

- +
@@ -218,13 +215,40 @@
-
+ + <%--End body part--%> +
+ +
+
Agreement Information
+
+
+
+ +
+
+
<%----%>
- <%--End body part--%>
@@ -234,6 +258,7 @@ +
diff --git a/JMEAgentSystem/WebPages/BenificiaryRegistration/Manage.aspx.designer.cs b/JMEAgentSystem/WebPages/BenificiaryRegistration/Manage.aspx.designer.cs index 392192a..094667d 100644 --- a/JMEAgentSystem/WebPages/BenificiaryRegistration/Manage.aspx.designer.cs +++ b/JMEAgentSystem/WebPages/BenificiaryRegistration/Manage.aspx.designer.cs @@ -327,6 +327,24 @@ namespace JMEAgentSystem.WebPages.BenificiaryRegistration { /// protected global::System.Web.UI.WebControls.TextBox txtRemarks; + /// + /// BenificiaryAgreementDiv control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl BenificiaryAgreementDiv; + + /// + /// BenificiaryAgreement control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlInputCheckBox BenificiaryAgreement; + /// /// register control. /// diff --git a/JMEAgentSystem/WebPages/CustomerRegistration/Manage.aspx b/JMEAgentSystem/WebPages/CustomerRegistration/Manage.aspx index 2b270af..15fb21a 100644 --- a/JMEAgentSystem/WebPages/CustomerRegistration/Manage.aspx +++ b/JMEAgentSystem/WebPages/CustomerRegistration/Manage.aspx @@ -530,14 +530,6 @@
Agreement Information
-
-
-
- -
-
-
-
- -
-
-
- -
+ @@ -147,6 +145,36 @@
+
+
Agreement Information
+
+
+
+ +
+
+
+
+ +
+
+
+
diff --git a/JMEAgentSystem/WebPages/SendTxn/SendTxnRequest.aspx.designer.cs b/JMEAgentSystem/WebPages/SendTxn/SendTxnRequest.aspx.designer.cs index 725215c..3b1b692 100644 --- a/JMEAgentSystem/WebPages/SendTxn/SendTxnRequest.aspx.designer.cs +++ b/JMEAgentSystem/WebPages/SendTxn/SendTxnRequest.aspx.designer.cs @@ -228,15 +228,6 @@ namespace JMEAgentSystem.WebPages.SendTxn { /// protected global::System.Web.UI.WebControls.TextBox referralName; - /// - /// Save control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button Save; - /// /// hddPayoutPartner control. /// @@ -299,5 +290,32 @@ namespace JMEAgentSystem.WebPages.SendTxn { /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.HiddenField hddServiceCharge; + + /// + /// TransactionAgreementDiv control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl TransactionAgreementDiv; + + /// + /// TransactionAgreement control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlInputCheckBox TransactionAgreement; + + /// + /// Save control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Save; } }