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.
 
 
 
 
 

66 lines
1.2 KiB

<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="PendingTransfer.aspx.cs" Inherits="JMEAgentSystem.WebPages.PendingTransfer.PendingTransfer" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
<style>
table {
border-collapse: collapse;
width: 100%;
}
th, td {
text-align: left;
padding: 8px;
}
tr:nth-child(even) {background-color: #f2f2f2;}
</style>
<h2>MyReceiver</h2>
<div style="overflow-x: auto;">
<table>
<tr>
<th>S.No</th>
<th>Beneficary Name</th>
<th>IBNA</th>
<th>Bank Name</th>
<th>BIC</th>
<th>Country</th>
<th>Status</th>
<th>Action</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
<td>94</td>
<td>94</td>
<td>94</td>
<td>94</td>
<td>94</td>
</tr>
<tr>
<td>Adam</td>
<td>Johnson</td>
<td>67</td>
<td>67</td>
<td>67</td>
<td>67</td>
<td>67</td>
<td>67</td>
</tr>
</table>
</div>
</asp:Content>