home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 December / PCWorld_2004-12_cd.bin / software / komercni / netgenium / NETGenium.msi / _B4A5F9DE730F039E0CBFC30C1A8A8467 / _69B3BC1009E347D6B0B8FB6BE894B31A < prev    next >
Text File  |  2004-10-01  |  1KB  |  24 lines

  1. <%@ Page language="c#" Codebehind="Login.aspx.cs" Inherits="NETGenium.WAP.Login" AutoEventWireup="false" %>
  2. <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
  3. <HEAD>
  4.     <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
  5.     <meta name="CODE_LANGUAGE" content="C#">
  6.     <meta name="vs_targetSchema" content="http://schemas.microsoft.com/Mobile/Page">
  7. </HEAD>
  8. <body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
  9.     <P>
  10.         <mobile:Form id="form" runat="server" title="NET Genium">
  11.             <mobile:Label id="lblMessage" runat="server" ForeColor="#FF8080" EnableViewState="False" Visible="False"></mobile:Label>
  12.             <mobile:Label id="lblMessage_" runat="server" EnableViewState="False" Visible="False"></mobile:Label>
  13.             <mobile:Label id="lblName" runat="server"></mobile:Label>
  14.             <mobile:TextBox id="tbName" runat="server"></mobile:TextBox>
  15.             <mobile:Label id="lblPassword" runat="server"></mobile:Label>
  16.             <mobile:TextBox id="tbPassword" runat="server" Password="True"></mobile:TextBox>
  17.             <mobile:Command id="btLogin" runat="server"></mobile:Command>
  18.             <mobile:Command id="btLogout" runat="server"></mobile:Command>
  19.             <mobile:Label id="lbl" runat="server"></mobile:Label>
  20.             <mobile:Link id="hlBack" runat="server"></mobile:Link>
  21.         </mobile:Form>
  22.     </P>
  23. </body>
  24.