<%@ Page Language="vb" AutoEventWireup="false" Codebehind="ViewCustomerOrders.aspx.vb" Inherits="WSB2BTom.ViewCustomerOrders"%> <%@ Register TagPrefix="uc1" TagName="NavBar" Src="../public/NavBar.ascx" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <title>ViewCustomerOrders</title> <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0"> <meta name="CODE_LANGUAGE" content="Visual Basic 7.0"> <meta name="vs_defaultClientScript" content="JavaScript"> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> <link rel="stylesheet" href="../Styles.css"> </HEAD> <body> <form id="Form1" method="post" runat="server"> <P> <uc1:NavBar id="NavBar1" runat="server"></uc1:NavBar></P> <P> </P> <P> <asp:Label id="Label1" runat="server" CssClass="TITLE">Orders placed that have not been shipped:</asp:Label></P> </form> </body> </HTML> |