home *** CD-ROM | disk | FTP | other *** search
ASP.NET Web Form | 2004-10-01 | 1.3 KB | 24 lines |
- <%@ Page language="c#" Codebehind="Login.aspx.cs" Inherits="NETGenium.WAP.Login" AutoEventWireup="false" %>
- <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
- <HEAD>
- <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" content="C#">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/Mobile/Page">
- </HEAD>
- <body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
- <P>
- <mobile:Form id="form" runat="server" title="NET Genium">
- <mobile:Label id="lblMessage" runat="server" ForeColor="#FF8080" EnableViewState="False" Visible="False"></mobile:Label>
- <mobile:Label id="lblMessage_" runat="server" EnableViewState="False" Visible="False"></mobile:Label>
- <mobile:Label id="lblName" runat="server"></mobile:Label>
- <mobile:TextBox id="tbName" runat="server"></mobile:TextBox>
- <mobile:Label id="lblPassword" runat="server"></mobile:Label>
- <mobile:TextBox id="tbPassword" runat="server" Password="True"></mobile:TextBox>
- <mobile:Command id="btLogin" runat="server"></mobile:Command>
- <mobile:Command id="btLogout" runat="server"></mobile:Command>
- <mobile:Label id="lbl" runat="server"></mobile:Label>
- <mobile:Link id="hlBack" runat="server"></mobile:Link>
- </mobile:Form>
- </P>
- </body>
-