HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RMourik/bassol.nl/wwwroot/CMSModules/Ecommerce/CMSPages/GetInvoice.aspx
<%@ Page Language="C#" AutoEventWireup="true" Inherits="CMSModules_Ecommerce_CMSPages_GetInvoice" CodeFile="GetInvoice.aspx.cs" %>

<!DOCTYPE html>
<html>
    <head runat="server" enableviewstate="false">
        <title>Invoice</title>
	    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
        <style type="text/css">
            body
            {
                margin: 0;
                padding: 0;
            }
        </style>
    </head>
    <body <%= QueryHelper.GetBoolean("print", false) ? "onload='window.print();'" : "" %>>
        <asp:Literal runat="server" ID="ltlInvoice" EnableViewState="false" />
    </body>
</html>