SecurePayTech.com logo


<%@ Page language="c#" Codebehind="process.aspx.cs" AutoEventWireup="false" Inherits="SPT_CS_Example.process" %>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3c.org/TR/xhtml1/DTD/xhtml-transitional.dtd">
<HTML lang="en">
     <HEAD>
          <title>Example ASP.NET (C#) Receipt page</title>
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     </HEAD>
     <body>
          <h1>Receipt Data</h1>
          <p><asp:Label id="ResultTextLabel" runat="server"></asp:Label></p>
     </body>
</HTML>