<%@ Page Language="VB" AutoEventWireup="false" CodeFile="TraceTestForm.aspx.vb" Inherits="TraceTestForm_aspx" Trace="true"%>

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

 

<html xmlns="http://www.w3.org/1999/xhtml" >

<head runat="server">

    <title>Untitled Page</title>

</head>

<body>

    <form id="form1" runat="server">

    <div>

        <br />

        <br />

        <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>

        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

        <asp:button id="buttonSaveName" runat="server" text="Submit"

    onclick="buttonDisplayName_Click" />

        <br />

        <br />

        <asp:Label ID="Label1" runat="server" Text="Enter a Name in the Text Box!"></asp:Label>

   

    </div>

    </form>

</body>

</html>