Click here to Skip to main content
15,881,882 members
Articles / Web Development / ASP.NET

SWAT - A simple Web-based Anomalies Tracker - Part 3

Rate me:
Please Sign up or sign in to vote.
4.76/5 (16 votes)
22 Jun 2003CPOL16 min read 119.1K   2.4K   47  
An account of my experience in learning to develop in the .NET environment.
<%@ Page language="c#" Codebehind="SwatLogon.aspx.cs" AutoEventWireup="false" Inherits="Swat.SwatLogon" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>SwatLogon</title>
		<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body bgColor="#fffbf0">
		<form id="SwatLogon" method="post" runat="server">
			<table height="90%" width="100%">
				<tr>
					<td vAlign="center" align="middle">
						<table style="WIDTH: 442px; HEIGHT: 280px">
							<tr>
								<td vAlign="top" style="WIDTH: 100px"><IMG src="SwatLogon.gif">
								</td>
								<td>
									<table style="WIDTH: 328px; HEIGHT: 226px">
										<TBODY>
											<tr>
												<td align="middle" colSpan="2">Welcome to SWAT</td>
											</tr>
											<tr>
												<td align="middle" colSpan="2">Please enter your credentials...</td>
											</tr>
											<tr>
												<td></td>
											</tr>
											<tr>
												<td>User Name:</td>
												<td><asp:textbox id="txtUserName" Text="" Runat="server"></asp:textbox></td>
											</tr>
											<tr>
												<td>Password:</td>
												<td><asp:textbox id="txtPassword" Text="" Runat="server" TextMode="Password"></asp:textbox></td>
											</tr>
											<tr>
												<td></td>
											</tr>
											<tr>
												<td align="middle" colSpan="2"><asp:button id="btnConnect" Text="Connect" Runat="server"></asp:button></td>
											</tr>
											<tr>
												<td align="middle" colSpan="2">
													<asp:label id="lblError" runat="server" Width="304px"></asp:label></td>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				</TD>
				<TR>
					<TD style="WIDTH: 100px" vAlign="top"></TD>
					<TD style="WIDTH: 486px" vAlign="top" align="middle" colSpan="2">� Copyright 2003, 
						Alberto Alberto</TD>
					</TD></TR>
			</table>
			<br>
			<br>
			<br>
			<br>
			<br>
			</TD></TR></TBODY></TABLE></form>
	</body>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions