Browse Source

redirect to edit Customer

Ime-london-webcore
Leeza Baidar 11 months ago
parent
commit
222ffaf5de
  1. 2
      Swift.web/Remit/Administration/CustomerRegistration/Manage.aspx
  2. 3
      Swift.web/Remit/UserControl/UcTransaction.ascx
  3. 2
      Swift.web/Remit/UserControl/UcTransaction.ascx.cs
  4. 12
      Swift.web/Remit/UserControl/UcTransaction.ascx.designer.cs

2
Swift.web/Remit/Administration/CustomerRegistration/Manage.aspx

@ -1104,7 +1104,7 @@
<div class="col-md-4 col-sm-4">
<div class="form-group" style="overflow: initial;">
<label>Mobile No.:</label><br />
<asp:TextBox runat="server" MaxLength="10" ID="mobile" placeholder="8012344567" CssClass="form-control" />
<asp:TextBox runat="server" ID="mobile" placeholder="8012344567" CssClass="form-control" />
</div>
</div>

3
Swift.web/Remit/UserControl/UcTransaction.ascx

@ -940,7 +940,8 @@
<br>
<asp:Button ID="btnAdd" runat="server" CssClass="btn btn-primary" OnClick="btnAdd_Click"
Text="Add New Complain" />
<asp:Button ID="btnEditCustomer" runat="server" CssClass="btn btn-edit" OnClick="btnEditCustomer_Click" Text="Edit Customer" />
<asp:Button ID="btnEditCustomer" runat="server" CssClass="btn btn-primary" OnClick="btnEditCustomer_Click" Text="Edit Customer" />
<%--<asp:Label ID="editCust" runat="server"></asp:Label>--%>
</td>
</tr>
</asp:Panel>

2
Swift.web/Remit/UserControl/UcTransaction.ascx.cs

@ -279,7 +279,7 @@ namespace Swift.web.Remit.UserControl
sContactNo.Text = tRow["sContactNo"].ToString(); //
sIdType.Text = tRow["sIdType"].ToString(); //
sIdNo.Text = tRow["sIdNo"].ToString(); //
editCust.Text = tRow["editCustomer"].ToString();
//editCust.Text = tRow["editCustomer"].ToString();
hdnRName.Value = tRow["receiverName"].ToString();

12
Swift.web/Remit/UserControl/UcTransaction.ascx.designer.cs

@ -825,7 +825,15 @@ namespace Swift.web.Remit.UserControl
protected global::System.Web.UI.WebControls.Label modeOfPayment;
/// <summary>
/// modeOfDeposit control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label modeOfDeposit;
/// <summary>
/// payStatus control.
/// </summary>
/// <remarks>
@ -1087,13 +1095,13 @@ namespace Swift.web.Remit.UserControl
protected global::System.Web.UI.WebControls.Button btnAdd;
/// <summary>
/// editCust control.
/// btnEditCustomer control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label editCust;
protected global::System.Web.UI.WebControls.Button btnEditCustomer;
/// <summary>
/// pnlOFAC control.

Loading…
Cancel
Save