You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

51 lines
2.4 KiB

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CustomerBalance.aspx.cs" Inherits="Swift.web.Remit.Transaction.SystemDiagnosis.CustomerBalance" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Bootstrap Core CSS -->
<link href="/ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<head runat="server">
<title></title>
</head>
<body>
<form id="Form1" name="form1" runat="server">
<div class="page-wrapper">
<div class="row" id="statementResult">
<div class="col-md-12">
<div class="panel panel-default recent-activites">
<div class="panel-heading">
<h4 class="panel-title">Customer Unmatched Balance
</h4>
</div>
<div class="panel-body">
<div class="row">
<div class="col-md-12">
<div class="form-group">
<div class="table table-responsive" id="main">
<table id="statementReportTbl" class="table table-responsive table-bordered">
<thead>
<tr>
<th>S. No.</th>
<th>Customer Name</th>
<th>MembershipId</th>
<th>Account Number</th>
<th>Customer Available Balance</th>
<th>Account Amount</th>
</tr>
</thead>
<tbody id="balanceBody" runat="server">
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
</body>
</html>