home *** CD-ROM | disk | FTP | other *** search
/ 41-134-104-147.dsl.mweb.co.za / 41-134-104-147.dsl.mweb.co.za.tar / 41-134-104-147.dsl.mweb.co.za / transHistory.aspx < prev    next >
Text File  |  2010-08-24  |  10KB  |  161 lines

  1. ∩╗┐<%@ Page Language="VB" MasterPageFile="~/HealthCard.master" AutoEventWireup="false"
  2.     CodeFile="transHistory.aspx.vb" Inherits="transHistory" %>
  3.  
  4.  
  5. <asp:Content ID="Content1" ContentPlaceHolderID="cntPageTitle" runat="Server">
  6.     <h1>Transaction History</h1>
  7. </asp:Content>
  8. <asp:Content ID="Content2" ContentPlaceHolderID="cntBody" runat="Server">
  9.     <form id="form1" runat="server">
  10.     <table cellpadding="0" cellspacing="0" border="0" width="100%">
  11.                                 <tr>
  12.                                     <td>From date
  13.                                         <asp:DropDownList ID="cmbFromYr" runat="server">
  14.                                         </asp:DropDownList>
  15.                                         <asp:DropDownList ID="cmbFromMt" runat="server">
  16.                                             <asp:ListItem>01</asp:ListItem>
  17.                                             <asp:ListItem>02</asp:ListItem>
  18.                                             <asp:ListItem>03</asp:ListItem>
  19.                                             <asp:ListItem>04</asp:ListItem>
  20.                                             <asp:ListItem>05</asp:ListItem>
  21.                                             <asp:ListItem>06</asp:ListItem>
  22.                                             <asp:ListItem>07</asp:ListItem>
  23.                                             <asp:ListItem>08</asp:ListItem>
  24.                                             <asp:ListItem>09</asp:ListItem>
  25.                                             <asp:ListItem>10</asp:ListItem>
  26.                                             <asp:ListItem>11</asp:ListItem>
  27.                                             <asp:ListItem>12</asp:ListItem>
  28.                                         </asp:DropDownList>
  29.                                         <asp:DropDownList ID="cmbFromDt" runat="server">
  30.                                             <asp:ListItem>01</asp:ListItem>
  31.                                             <asp:ListItem>02</asp:ListItem>
  32.                                             <asp:ListItem>03</asp:ListItem>
  33.                                             <asp:ListItem>04</asp:ListItem>
  34.                                             <asp:ListItem>05</asp:ListItem>
  35.                                             <asp:ListItem>06</asp:ListItem>
  36.                                             <asp:ListItem>07</asp:ListItem>
  37.                                             <asp:ListItem>08</asp:ListItem>
  38.                                             <asp:ListItem>09</asp:ListItem>
  39.                                             <asp:ListItem>10</asp:ListItem>
  40.                                             <asp:ListItem>11</asp:ListItem>
  41.                                             <asp:ListItem>12</asp:ListItem>
  42.                                             <asp:ListItem>13</asp:ListItem>
  43.                                             <asp:ListItem>14</asp:ListItem>
  44.                                             <asp:ListItem>15</asp:ListItem>
  45.                                             <asp:ListItem>16</asp:ListItem>
  46.                                             <asp:ListItem>17</asp:ListItem>
  47.                                             <asp:ListItem>18</asp:ListItem>
  48.                                             <asp:ListItem>19</asp:ListItem>
  49.                                             <asp:ListItem>20</asp:ListItem>
  50.                                             <asp:ListItem>21</asp:ListItem>
  51.                                             <asp:ListItem>22</asp:ListItem>
  52.                                             <asp:ListItem>23</asp:ListItem>
  53.                                             <asp:ListItem>24</asp:ListItem>
  54.                                             <asp:ListItem>25</asp:ListItem>
  55.                                             <asp:ListItem>26</asp:ListItem>
  56.                                             <asp:ListItem>27</asp:ListItem>
  57.                                             <asp:ListItem>28</asp:ListItem>
  58.                                             <asp:ListItem>29</asp:ListItem>
  59.                                             <asp:ListItem>30</asp:ListItem>
  60.                                             <asp:ListItem>31</asp:ListItem>
  61.                                         </asp:DropDownList>
  62.                                     To date 
  63.                                         <asp:DropDownList ID="cmbToYr" runat="server">
  64.                                         </asp:DropDownList>
  65.                                         <asp:DropDownList ID="cmbToMt" runat="server">
  66.                                             <asp:ListItem>01</asp:ListItem>
  67.                                             <asp:ListItem>02</asp:ListItem>
  68.                                             <asp:ListItem>03</asp:ListItem>
  69.                                             <asp:ListItem>04</asp:ListItem>
  70.                                             <asp:ListItem>05</asp:ListItem>
  71.                                             <asp:ListItem>06</asp:ListItem>
  72.                                             <asp:ListItem>07</asp:ListItem>
  73.                                             <asp:ListItem>08</asp:ListItem>
  74.                                             <asp:ListItem>09</asp:ListItem>
  75.                                             <asp:ListItem>10</asp:ListItem>
  76.                                             <asp:ListItem>11</asp:ListItem>
  77.                                             <asp:ListItem>12</asp:ListItem>
  78.                                         </asp:DropDownList>
  79.                                         <asp:DropDownList ID="cmbToDt" runat="server">
  80.                                             <asp:ListItem>01</asp:ListItem>
  81.                                             <asp:ListItem>02</asp:ListItem>
  82.                                             <asp:ListItem>03</asp:ListItem>
  83.                                             <asp:ListItem>04</asp:ListItem>
  84.                                             <asp:ListItem>05</asp:ListItem>
  85.                                             <asp:ListItem>06</asp:ListItem>
  86.                                             <asp:ListItem>07</asp:ListItem>
  87.                                             <asp:ListItem>08</asp:ListItem>
  88.                                             <asp:ListItem>09</asp:ListItem>
  89.                                             <asp:ListItem>10</asp:ListItem>
  90.                                             <asp:ListItem>11</asp:ListItem>
  91.                                             <asp:ListItem>12</asp:ListItem>
  92.                                             <asp:ListItem>13</asp:ListItem>
  93.                                             <asp:ListItem>14</asp:ListItem>
  94.                                             <asp:ListItem>15</asp:ListItem>
  95.                                             <asp:ListItem>16</asp:ListItem>
  96.                                             <asp:ListItem>17</asp:ListItem>
  97.                                             <asp:ListItem>18</asp:ListItem>
  98.                                             <asp:ListItem>19</asp:ListItem>
  99.                                             <asp:ListItem>20</asp:ListItem>
  100.                                             <asp:ListItem>21</asp:ListItem>
  101.                                             <asp:ListItem>22</asp:ListItem>
  102.                                             <asp:ListItem>23</asp:ListItem>
  103.                                             <asp:ListItem>24</asp:ListItem>
  104.                                             <asp:ListItem>25</asp:ListItem>
  105.                                             <asp:ListItem>26</asp:ListItem>
  106.                                             <asp:ListItem>27</asp:ListItem>
  107.                                             <asp:ListItem>28</asp:ListItem>
  108.                                             <asp:ListItem>29</asp:ListItem>
  109.                                             <asp:ListItem>30</asp:ListItem>
  110.                                             <asp:ListItem>31</asp:ListItem>
  111.                                         </asp:DropDownList>
  112.                                     </td>
  113.                                     <td>
  114.             <asp:ImageButton ID="imgSubmit" ImageUrl="~/images/new_submit.jpg" runat="server" />
  115.                                     
  116.                                     </td>
  117.                                 </tr>
  118.                               </table>
  119.     
  120.     <br />
  121.                             <table cellpadding="0" cellspacing="0" border="0" width="100%">
  122.                                 <tr>
  123.                                    <td width="50%" align="right">
  124.                                        <asp:Label ID="lblError" runat="server" Text=""></asp:Label>| <a href="#"><span class="style5">Print</span></a> | <a href="#"><span class="style5">Email</span></a> |</td> 
  125.                                 </tr>
  126.                             </table>
  127.                             <table cellpadding="2" cellspacing="1" border="0" width="100%">
  128.                   <tr>
  129.                                     <td>
  130.         <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4" 
  131.                                             EmptyDataText="No transactions for this period" ForeColor="#333333" 
  132.                                             GridLines="None">
  133.             <AlternatingRowStyle BackColor="White" />
  134.             <Columns>
  135.                 <asp:BoundField DataField="TrxnDate" HeaderText="Date / Time" 
  136.                     SortExpression="transDate" />
  137.                 <asp:BoundField DataField="MerName" HeaderText="Source" 
  138.                     SortExpression="source" />
  139.                 <asp:BoundField DataField="ProcCode" HeaderText="Processing" 
  140.                     SortExpression="processing" />
  141.                 <asp:BoundField DataField="TrxnAmount" HeaderText="Amount" 
  142.                     SortExpression="amount" />
  143.             </Columns>
  144.             <EditRowStyle BackColor="#2461BF" />
  145.             <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
  146.             <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
  147.             <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
  148.             <RowStyle BackColor="#EFF3FB" />
  149.             <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
  150.         </asp:GridView>
  151.     </td>
  152.                               </tr>
  153.                   <tr>
  154.                                     <td>
  155.                                         <asp:ImageButton ID="imgHome" runat="server" ImageUrl="~/images/new_home.jpg" />
  156.                                 <asp:ImageButton ID="imgLogout" runat="server" ImageUrl="~/images/new_logout.jpg" /></td>
  157.                               </tr>
  158.                           </table>  
  159.                         </form>
  160. </asp:Content>
  161.