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 >
Wrap
Text File
|
2004-10-01
|
1KB
|
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>