<%@ Page Language="vb" AutoEventWireup="false" Codebehind="TextBoxExample1.aspx.vb" Inherits="Mono.TextBoxExample1"%>

<%@ Register TagPrefix="mono" Namespace="MonoSoftware.Web.TextBox" Assembly="MonoSoftware.Web.TextBox" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>

      <HEAD>

            <title>TextBoxExample1</title>

            <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">

            <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">

            <meta name="vs_defaultClientScript" content="JavaScript">

            <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">

            <style>

                  SPAN, INPUT {font:10pt Arial}

            </style>

      </HEAD>

      <body MS_POSITIONING="GridLayout">

            <form id="Form1" method="post" runat="server">

                  <table width="370" border="0" cellpadding="4" cellspacing="4" align="center">

                        <tr>

                             <td><asp:Label ID="lblValueChanged" Runat="server" Text="" EnableViewState="False" style="color:#EE0000;font-size:8pt Verdana;"></asp:Label></td>

                        </tr>

                        <tr>

                             <td><mono:datetextbox id="DateTextBox1" runat="server" Width="100%"></mono:datetextbox></td>

                        </tr>

                        <tr>

                             <td><mono:timetextbox id="TimeTextBox1" runat="server" Width="100%"></mono:timetextbox></td>

                        </tr>

                        <tr>

                             <td><mono:integertextbox id="IntegerTextBox1" runat="server" Width="100%" AllowIncrementButtons="True"></mono:integertextbox></td>

                        </tr>

                        <tr>

                             <td><mono:decimaltextbox id="DecimalTextBox1" runat="server" Width="100%"></mono:decimaltextbox></td>

                        </tr>

                        <tr>

                             <td><mono:datetimetextbox id="DateTimeTextBox1" runat="server" Width="100%"></mono:datetimetextbox></td>

                        </tr>

                        <tr>

                             <td><mono:textbox id="TextBox1" runat="server" Width="100%"></mono:textbox></td>

                        </tr>

                        <tr>

                             <td align="center"><br><asp:Button ID="btnPostBack" Runat="server" Text="PostBack"></asp:Button></td>

                        </tr>

                  </table>

            </form>

      </body>

</HTML>