Browse Source

Merge branch 'mobilelog' of http://202.166.220.79:3000/IME-LONDON/WEB_CORE into staging

# Conflicts:
#	Swift.DAL/OnlineAgent/OnlineCustomerDao.cs
#	Swift.web/DashboardV2/Dashboard2.aspx
#	Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx
#	Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx
#	Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx.cs
#	Swift.web/Remit/ThirdPartyTXN/InboundApiLog/InboundLog.aspx.cs
#	Swift.web/Remit/ThirdPartyTXN/InboundApiLog/InboundLogList.aspx.cs
#	Swift.web/Remit/ThirdPartyTXN/MobileApiLog/MobileApiLogList.aspx.cs
#	Swift.web/Remit/Transaction/ApproveTxn/ApproveInwardRemitance.aspx.cs
#	Swift.web/Remit/Transaction/Reports/TransactionNew/TranReport.aspx
#	Swift.web/Remit/Transaction/Reports/TransactionNew/TranReport.aspx.cs
#	Swift.web/Remit/UserControl/UcTransaction.ascx
#	Swift.web/Swift.web.csproj
#	Swift.web/js/swift_calendar.js
feature/Redmine-16525-Cosmetic_Changes
Leeza Baidar 1 month ago
parent
commit
2f57762aac
  1. 74
      Swift.web/DashboardV2/Dashboard2.aspx
  2. 1
      Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx
  3. 1
      Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx
  4. 37
      Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx
  5. 153
      Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx.cs
  6. 9
      Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx.designer.cs
  7. 3
      Swift.web/Remit/Administration/CustomerRegistration/Manage.aspx.cs
  8. 2
      Swift.web/Remit/ThirdPartyTXN/InboundApiLog/InboundLog.aspx.cs
  9. 2
      Swift.web/Remit/ThirdPartyTXN/InboundApiLog/InboundLogList.aspx.cs
  10. 2
      Swift.web/Remit/ThirdPartyTXN/MobileApiLog/MobileApiLogList.aspx.cs
  11. 11
      Swift.web/Remit/Transaction/ApproveTxn/ApproveInwardRemitance.aspx.cs
  12. 1
      Swift.web/Remit/Transaction/Reports/TransactionNew/Mange.aspx.cs
  13. 7
      Swift.web/Swift.web.csproj
  14. 20
      Swift.web/SwiftSystem/GeneralSetting/MessageSetting/ManageNewsFeeder.aspx.cs
  15. 2
      Swift.web/SwiftSystem/GeneralSetting/MessageSetting/ManageNewsFeeder.aspx.designer.cs

74
Swift.web/DashboardV2/Dashboard2.aspx

@ -492,6 +492,7 @@
<i class="uil uil-ellipsis-v"></i>
</a>
<div class="dropdown-menu dropdown-menu-end">
<!-- item-->
<a href="javascript:void(0);" class="dropdown-item">
<i class="uil uil-refresh me-2"></i>Refresh
</a>
@ -499,6 +500,7 @@
</div>
<h5 class="card-title header-title mb-0">Customer KYC Status</h5>
</div>
<!-- stat 1 -->
<div class="form-content p-0">
<div class="list-group drop-reveal-list">
<a href="../MobileRemit/Admin/Operation/VerifyMobileCustomer.aspx?kycStatus=PROCESSING" target="_blank" class="list-group-item list-group-item-action border-top-0">
@ -515,6 +517,7 @@
<i class="las la-money-bill-wave-alt"></i>
</span>
</div>
<!-- end msg-body -->
</a>
<a href="../MobileRemit/Admin/Operation/VerifyMobileCustomer.aspx?kycStatus=NOT_COMPLETED" target="_blank" class="list-group-item list-group-item-action">
<div class="msg-body d-flex align-items-center">
@ -530,6 +533,7 @@
<i class='uil uil-refresh'></i>
</span>
</div>
<!-- end msg-body -->
</a>
<a href="../MobileRemit/Admin/Operation/VerifyMobileCustomer.aspx?kycStatus=COMPLETED" target="_blank" class="list-group-item list-group-item-action">
<div class="msg-body d-flex align-items-center">
@ -560,6 +564,76 @@
</div>
</div>
</div>
<%-- <div class="col-md-6">
<div class="panel panel-default recent-activites">
<!-- Start .panel -->
<div class="panel-heading">
<h5 class="card-title header-title mb-0">Partner Wise Settlement Rate</h5>
<div class="panel-actions">
</div>
</div>
<div class="panel-body pad-0 holder" style="height: 200px !important; font-size: 14px;" id="tblExRate" runat="server">
<table class="table table-responsive table-bordered">
<thead>
<tr>
<th>S.No.</th>
<th>Partner</th>
<th>Ex Rate</th>
<th>Payer</th>
<th>Payment Modes</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="5">No data to display</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>--%>
<div class="col-md-6" id="exRateDiv" runat="server">
<div class="card">
<div class="card-body p-0">
<div class="card-body p-0">
<div class="p-3">
<div class="dropdown float-end">
<a href="#" class="dropdown-toggle arrow-none text-muted" data-bs-toggle="dropdown" aria-expanded="false">
<i class="uil uil-ellipsis-v"></i>
</a>
<div class="dropdown-menu dropdown-menu-end">
<!-- item-->
<a href="javascript:void(0);" class="dropdown-item">
<i class="uil uil-refresh me-2"></i>Refresh
</a>
</div>
</div>
<h5 class="card-title header-title mb-0">Partner Wise Settlement Rate</h5>
</div>
<div class="d-flex p-3 border-bottom" style="height: 200px !important; font-size: 14px;" id="tblExRate" runat="server">
<table class="table table-responsive table-bordered">
<thead>
<tr>
<th>S.No.</th>
<th>Partner</th>
<th>Ex Rate</th>
<th>Payer</th>
<th>Payment Modes</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="5">No data to display</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<%--<div class="col-xl-6" id="userwiseDailyTxnRoleDiv" runat="server">
<div class="card">
<div class="card-body">

1
Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx

@ -1686,6 +1686,7 @@
</div>
</div>
</div>
<div class="panel panel-default clearfix m-b-20">

1
Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx

@ -190,7 +190,6 @@
<asp:DropDownList ID="ddlNativeCountry" runat="server" CssClass="form-control" Style="margin-bottom: 5px;"></asp:DropDownList>
</div>
</div>
</div>
<div class="row" id="divPostCode" runat="server">
<div class="col-md-3 form-group">
<label id="lblPostCode" style="display: none;">Post Code :</label>

37
Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx

@ -21,6 +21,26 @@
<script src="/js/functions.js" type="text/javascript"></script>
<script src="../../../../../js/swift_calendar.js"></script>
<script src="../../../js/swift_autocomplete.js"></script>
<script src="/js/Swift_grid.js" type="text/javascript"></script>
<script src="/js/functions.js" type="text/javascript"></script>
<link href="/ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="/ui/css/style.css" rel="stylesheet" />
<link href="/ui/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
<script src="/js/functions.js"></script>
<script src="/js/swift_calendar.js"></script>
<link href="/ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="/ui/css/datepicker-custom.css" rel="stylesheet" />
<link href="/js/jQuery/jquery-ui.css" rel="stylesheet" type="text/css" />
<link href="/ui/css/waves.min.css" type="text/css" rel="stylesheet" />
<!-- <link rel="stylesheet" href="css/nanoscroller.css">-->
<link href="/ui/css/style.css" type="text/css" rel="stylesheet" />
<link href="/ui/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
<script type="text/javascript" src="/ui/js/jquery.min.js"></script>
<script type="text/javascript" src="/ui/bootstrap/js/bootstrap.min.js"></script>
<script src="/js/swift_calendar.js"></script>
<script src="/ui/js/pickers-init.js"></script>
<script src="/ui/js/jquery-ui.min.js"></script>
<script src="/ui/js/metisMenu.min.js"></script>
<style>
.upperDiv {
@ -45,7 +65,6 @@
function GetCustomerSearchType() {
return $("#ddlCustomerType").val();
}
function ClearClicked() {
var d = ["", ""];
SetItem("<% =txtSearchData.ClientID%>", d);
@ -237,6 +256,22 @@
</div>
</div>
</div>
<div class="panel panel-default ">
<div class="panel-heading">
<h4 class="panel-title">Mobile API Log List </h4>
<div class="panel-actions">
<a href="#" class="panel-action panel-action-toggle" data-panel-toggle></a>
</div>
</div>
<div class="panel-body">
<div class="form-group">
<div id="rpt_grid" runat="server" class="gridDiv" enableviewstate="False">
</div>
</div>
</div>
</div>
</div>
</div>
</div>

153
Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx.cs

@ -3,6 +3,8 @@ using Swift.API.Common;
using Swift.API.Common.Enum;
using Swift.API.TPAPIs;
using Swift.DAL.OnlineAgent;
using Swift.web.Component.Grid;
using Swift.web.Component.Grid.gridHelper;
using Swift.web.Library;
using System;
using System.Collections.Generic;
@ -13,7 +15,11 @@ namespace Swift.web.MobileRemit.Admin.Reports
{
public partial class CustomerRegistrationStatus : System.Web.UI.Page
{
private string ViewFunctionId = "41501000";
protected const string GridName = "apiLog";
private const string ViewFunctionId = "20172000";
private string sql;
private readonly SwiftGrid _grid = new SwiftGrid();
private string ViewFunctionId1 = "41501000";
private readonly RemittanceLibrary _sl = new RemittanceLibrary();
private readonly StaticDataDdl _sdd = new StaticDataDdl();
private readonly OnlineCustomerDao _cd = new OnlineCustomerDao();
@ -32,6 +38,7 @@ namespace Swift.web.MobileRemit.Admin.Reports
moreData.Visible = false;
kycData.Visible = false;
registrationTypeDiv.Visible = false;
}
}
@ -50,6 +57,47 @@ namespace Swift.web.MobileRemit.Admin.Reports
PopulateCustomerData();
}
//private void PopulateCustomerData()
//{
// string[] customer = txtSearchData.Value.Split('|');
// var customerId = customer[0];
// var customerSource = customer[1];
// //var membershipId = txtSearchData.Value["membershipId"].ToString();
// //var source = txtSearchData.
// DataSet ds = _cd.GetCustomerRegistrationStatusReport(GetStatic.GetUser(), customerId, customerSource);
// if (ds != null)
// {
// var customerDetails = ds.Tables[0];
// var details = ds.Tables[1];
// if (customerDetails.Rows.Count > 0)
// {
// PopulateCustomerDetails(customerDetails);
// LoadGrid();
// }
// else
// {
// custDetails.InnerHtml = "";
// }
// if (details.Rows.Count > 0)
// {
// PopulateDetails(details);
// }
// if (ds.Tables.Count > 1)
// {
// var kycDetails = ds.Tables[2];
// if (kycDetails.Rows.Count >= 1)
// {
// PopulateKycDetails(kycDetails);
// }
// else
// {
// tblKycDetail.InnerHtml = "";
// }
// }
// }
//}
private void PopulateCustomerData()
{
string[] customer = txtSearchData.Value.Split('|');
@ -57,7 +105,6 @@ namespace Swift.web.MobileRemit.Admin.Reports
var customerSource = customer[1];
//var membershipId = txtSearchData.Value["membershipId"].ToString();
//var source = txtSearchData.
DataSet ds = _cd.GetCustomerRegistrationStatusReport(GetStatic.GetUser(), customerId, customerSource);
if (ds != null)
{
@ -66,16 +113,24 @@ namespace Swift.web.MobileRemit.Admin.Reports
if (customerDetails.Rows.Count > 0)
{
PopulateCustomerDetails(customerDetails);
PopulateCustomerDetails(customerDetails);
// Extract the email from the customer details
// Call LoadGrid() with the email filter
LoadGrid();
}
else
{
custDetails.InnerHtml = "";
}
if (details.Rows.Count > 0)
{
PopulateDetails(details);
}
if (ds.Tables.Count > 1)
{
var kycDetails = ds.Tables[2];
@ -91,6 +146,8 @@ namespace Swift.web.MobileRemit.Admin.Reports
}
}
private void PopulateDetails(DataTable customerDetails)
{
email.Text = customerDetails.Rows[0]["email"].ToString();
@ -186,28 +243,17 @@ namespace Swift.web.MobileRemit.Admin.Reports
//str.Append("<td style=\"width:13%;\">" + dr["accepteddate"].ToString() + "</td>");
//str.Append("<td style=\"width:12%;\">" + dr["documentSubmittedDate"].ToString() + "</td>");
//str.Append("<td style=\"width:12%;\">" + dr["ekycSubmittedDate"].ToString() + "</td>");
str.Append("</tr>");
sn++;
}
tblKycDetail.InnerHtml = str.ToString();
}
//protected void update_Click(object sender, EventArgs e)
//{
// string customerId = txtSearchData.Value.Split('|')[0];
// string customerSource = txtSearchData.Value.Split('|')[1];
// string kycType = rbKycType.SelectedValue;
// var dbResult = _cd.UpdateKycType(customerId, kycType, customerSource, GetStatic.GetUser());
// GetStatic.AlertMessage(this.Page, dbResult.Msg);
//}
protected void reset_Click(object sender, EventArgs e)
{
string customerId = txtSearchData.Value.Split('|')[0];
// string customerSource = txtSearchData.Value.Split('|')[1];
var dbResult = _cd.ClearCustomerKYC(customerId, GetStatic.GetUser());
if (dbResult.ErrorCode == "1")
{
@ -274,21 +320,70 @@ namespace Swift.web.MobileRemit.Admin.Reports
GetStatic.AlertMessage(this, dbRes.Msg);
}
}
//private void LoadGrid()
//{
protected void move_Click(object sender, EventArgs e)
{
string email = txtSearchData.Value.Split('|')[2];
// string customerSource = txtSearchData.Value.Split('|')[1];
// _grid.ColumnList = new List<GridColumn>
// {
// new GridColumn("SN","SN","","T"),
// //new GridColumn("processId", "processid", "", "T"),
// new GridColumn("createdBy","RequestedBy","","T"),
// new GridColumn("methodName", "MethodName", "", "T"),
// new GridColumn("createdDate", "Date", "", "D"),
// new GridColumn("message", "RequestJson", "", "T"),
// //new GridColumn("ResponseJson", "ResponseJson", "", "T"),
// // new GridColumn("controlno","controlno","","T"),
// };
// _grid.GridDataSource = SwiftGrid.GridDS.RemittanceDB;
// _grid.GridType = 1;
// _grid.GridName = GridName;
// _grid.RowIdField = "rowId";
// _grid.InputPerRow = 5;
// //_grid.AlwaysShowFilterForm = true;
// _grid.LoadGridOnFilterOnly = false;
// // _grid.AllowCustomLink = true;
// //_grid.CustomLinkText = Misc.GetIcon("vd", "OpenInNewWindow('InboundLog.aspx?id=@rowId')");
// _grid.CustomLinkVariables = "rowId";
// _grid.ShowFilterForm = false;
// _grid.ShowPagingBar = true;
// _grid.ThisPage = "CustomerRegistrationStatus.aspx";
// sql = "EXEC proc_MobileApiLogReports @flag = 's'";
// _grid.SetComma();
// rpt_grid.InnerHtml = _grid.CreateGrid(sql);
//}
var dbResult = _cd.MoveCustomer(email, GetStatic.GetUser());
if (dbResult.ErrorCode == "1")
{
GetStatic.AlertMessage(this.Page, dbResult.Msg);
}
else
{
GetStatic.AlertMessage(this.Page, "Customer has been successfully verified.");
}
private void LoadGrid()
{
_grid.ColumnList = new List<GridColumn>
{
new GridColumn("SN", "SN", "", "T"),
//new GridColumn("email", "RequestedBy", "", "T"),
new GridColumn("methodName", "MethodName", "", "T"),
new GridColumn("createdDate", "Date", "", "D"),
new GridColumn("message", "RequestJson", "", "T"),
new GridColumn("email", "Email", "", "T"),
//new GridColumn("customerId", "CustomerID", "", "T"),
};
_grid.GridDataSource = SwiftGrid.GridDS.RemittanceDB;
_grid.GridType = 1;
_grid.GridName = GridName;
_grid.RowIdField = "rowId";
_grid.InputPerRow = 5;
_grid.ShowFilterForm = false;
_grid.ShowPagingBar = true;
_grid.ThisPage = "CustomerRegistrationStatus.aspx";
// Construct the SQL query with the @logby parameter
sql = $"EXEC proc_MobileApiLogReports @flag = 's'";
_grid.SetComma();
rpt_grid.InnerHtml = _grid.CreateGrid(sql);
}
}
}
}

9
Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx.designer.cs

@ -193,5 +193,14 @@ namespace Swift.web.MobileRemit.Admin.Reports
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl tblKycDetail;
/// <summary>
/// rpt_grid control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl rpt_grid;
}
}

3
Swift.web/Remit/Administration/CustomerRegistration/Manage.aspx.cs

@ -414,7 +414,8 @@ namespace Swift.web.Remit.Administration.CustomerRegistration
{
GetStatic.CallBackJs1(Page, "Msg", "alert('" + msg + "');");
}
private void saveCustomerDocument(DbResult dbresult)
{
var result = dbresult.Extra.Split('|');

2
Swift.web/Remit/ThirdPartyTXN/InboundApiLog/InboundLog.aspx.cs

@ -12,7 +12,7 @@ namespace Swift.web.Remit.ThirdPartyTXN.InboundApiLog
public partial class InboundLog : System.Web.UI.Page
{
private readonly ApiLogDao _apiLog = new ApiLogDao();
private const string ViewFunctionId = "20172000";
private const string ViewFunctionId = "90600000";
private readonly RemittanceLibrary _sl = new RemittanceLibrary();
protected void Page_Load(object sender, EventArgs e)

2
Swift.web/Remit/ThirdPartyTXN/InboundApiLog/InboundLogList.aspx.cs

@ -13,7 +13,7 @@ namespace Swift.web.Remit.ThirdPartyTXN.InboundApiLog
public partial class InboundLogList : System.Web.UI.Page
{
protected const string GridName = "apiLog";
private const string ViewFunctionId = "20172000";
private const string ViewFunctionId = "90600000";
private string sql;
private readonly SwiftGrid _grid = new SwiftGrid();
private readonly RemittanceLibrary _sl = new RemittanceLibrary();

2
Swift.web/Remit/ThirdPartyTXN/MobileApiLog/MobileApiLogList.aspx.cs

@ -13,7 +13,7 @@ namespace Swift.web.Remit.ThirdPartyTXN.MobileApiLog
public partial class MobileApiLogList : System.Web.UI.Page
{
protected const string GridName = "apiLog";
private const string ViewFunctionId = "20172000";
private const string ViewFunctionId = "90610000";
private string sql;
private readonly SwiftGrid _grid = new SwiftGrid();
private readonly RemittanceLibrary _sl = new RemittanceLibrary();

11
Swift.web/Remit/Transaction/ApproveTxn/ApproveInwardRemitance.aspx.cs

@ -14,11 +14,10 @@ namespace Swift.web.Remit.Transaction.ApproveTxn
public partial class ApproveInwardRemitance : System.Web.UI.Page
{
private ApproveInwardTransactionDao at = new ApproveInwardTransactionDao();
private const string ViewFunctionId = "20122800";
private const string ModifyFunctionId = "20122810";
private const string ApproveSingleFunctionId = "20122820";
private const string ApproveMultipleFunctionId = "20122830";
private const string RejectFuntionId = "20122840";
private const string ViewFunctionId = "90500000";
private const string ApproveSingleFunctionId = "90500001";
private const string RejectFuntionId = "90500002";
private readonly StaticDataDdl _sdd = new StaticDataDdl();
private readonly RemittanceLibrary _sl = new RemittanceLibrary();
protected void Page_Load(object sender, EventArgs e)
@ -98,7 +97,7 @@ namespace Swift.web.Remit.Transaction.ApproveTxn
bool allowApprove = _sdd.HasRight(ApproveSingleFunctionId);
bool allowMultiple = false/* _sdd.HasRight(ApproveMultipleFunctionId)*/;
bool allowReject = _sdd.HasRight(RejectFuntionId);
bool allowModify = _sdd.HasRight(ModifyFunctionId);
if (!string.IsNullOrEmpty(sCountry))
{

1
Swift.web/Remit/Transaction/Reports/TransactionNew/Mange.aspx.cs

@ -80,6 +80,7 @@ namespace Swift.web.Remit.Transaction.Reports.TransactionNew
private void PopulateDll()
{
sdd.SetDDL3(ref payoutPartner, "EXEC proc_dropDownLists @flag='partner-list'", "agentId", "agentName", "", "All");
//sdd.SetDDL3(ref sendingPartner, "EXEC proc_dropDownLists @flag='tranType'", "id", "srouteId", "", "All");
sl.SetDDL(ref depositType, "EXEC proc_online_dropDownList @flag='paymentMode',@user='" + GetStatic.GetUser() + "'", "detailTitle", "detailTitle", "", "All");
sl.SetDDL(ref ddlPCountry, "EXEC proc_dropDownLists @flag='pCountry'", "countryId", "countryName", "", "All");
sl.SetDDL(ref ddlSCountry, "EXEC proc_dropDownLists @flag='sCountry'", "countryId", "countryName", "", "All");

7
Swift.web/Swift.web.csproj

@ -8366,6 +8366,13 @@
<Compile Include="Remit\Transaction\ApproveTxn\ApproveInwardRemitance.aspx.designer.cs">
<DependentUpon>ApproveInwardRemitance.aspx</DependentUpon>
</Compile>
<Compile Include="Remit\Transaction\ApproveTxn\ApproveInwardRemitance.aspx.cs">
<DependentUpon>ApproveInwardRemitance.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Remit\Transaction\ApproveTxn\ApproveInwardRemitance.aspx.designer.cs">
<DependentUpon>ApproveInwardRemitance.aspx</DependentUpon>
</Compile>
<Compile Include="Remit\Transaction\ApproveTxn\holdOnlineTxnList.aspx.cs">
<DependentUpon>holdOnlineTxnList.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>

20
Swift.web/SwiftSystem/GeneralSetting/MessageSetting/ManageNewsFeeder.aspx.cs

@ -72,17 +72,17 @@ namespace Swift.web.SwiftSystem.GeneralSetting.MessageSetting
msgType.SelectedValue = dr["msgType"].ToString();
agent.SelectedValue = dr["agentId"].ToString();
branch.SelectedValue = dr["branchId"].ToString();
textarea1.Text = dr["newsFeederMsg"].ToString();
// textarea1.Text = dr["newsFeederMsg"].ToString();
ddlIsActive.SelectedValue = dr["isActive"].ToString();
PopulateDdl(dr);
}
private void Update()
{
DbResult dbResult = obj.UpdateNewsFeeder(GetStatic.GetUser(), GetId().ToString(), country.Text, msgType.Text, agent.Text, branch.Text ,textarea1.Text, ddlIsActive.Text, userType.Text);
ManageMessage(dbResult);
}
//private void Update()
//{
// DbResult dbResult = obj.UpdateNewsFeeder(GetStatic.GetUser(), GetId().ToString(), country.Text, msgType.Text, agent.Text, branch.Text ,textarea1.Text, ddlIsActive.Text, userType.Text);
// ManageMessage(dbResult);
//}
private void ManageMessage(DbResult dbResult)
{
@ -101,10 +101,10 @@ namespace Swift.web.SwiftSystem.GeneralSetting.MessageSetting
#region Element Method
protected void btnSave_Click(object sender, EventArgs e)
{
Update();
}
//protected void btnSave_Click(object sender, EventArgs e)
//{
// Update();
//}
#endregion

2
Swift.web/SwiftSystem/GeneralSetting/MessageSetting/ManageNewsFeeder.aspx.designer.cs

@ -109,7 +109,7 @@ namespace Swift.web.SwiftSystem.GeneralSetting.MessageSetting {
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::CKEditor.NET.CKEditorControl textarea1;
//protected global::CKEditor.NET.CKEditorControl textarea1;
/// <summary>
/// btnSave control.

Loading…
Cancel
Save