SecurePayTech.com logo


<%@ Page Language="vb" AutoEventWireup="false" Codebehind="process.aspx.vb" Inherits="SPTTest.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 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>