<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="login.aspx.cs" Inherits="SupermarkeMembertSys.login" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www. >
<head runat="server">
<title></title>
</head>
<body bottommargin="0" topmargin="0" bgcolor="#14315f">
<form id="form1" runat="server">
<div align="center">
<table id="Table1" width="1003" height="613" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="8">
<img src="images/login_01.gif" width="1003" height="2" alt=""></td>
</tr>
<tr>
<td rowspan="5">
<img src="images/login_02.gif" width="68" height="611" alt=""></td>
<td rowspan="4">
<img src="images/login_03.gif" width="23" height="608" alt=""></td>
<td colspan="5">
<img src="images/login_04.gif" width="847" height="318" alt=""></td>
<td rowspan="5">
<img src="images/login_05.gif" width="65" height="611" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/login_06.gif" width="381" height="84" alt=""></td>
<td width="162" height="83" rowspan="2" background="images/login_07.gif" class="newStyle1">用户名:<asp:TextBox
ID="TextBox1" runat="server" Width="101px"></asp:TextBox>
<br />
<br />
密 码:<asp:TextBox ID="TextBox2" runat="server" Width="101px"
TextMode="Password" BorderStyle="None"></asp:TextBox>
<br />
</td>
<td rowspan="2">
<img src="images/login_08.gif" width="26" height="84" alt=""></td>
<td width="67" height="39" background="images/login_09.gif">
<asp:ImageButton ID="ImageButton1" runat="server"
ImageUrl="~/images/botton1.gif" Height="20px"
onclick="ImageButton1_Click" />
</td>
<td rowspan="2">
<img src="images/login_10.gif" width="211" height="84" alt=""></td>
</tr>
<tr>
<td width="67" height="45" background="images/login_11.gif">
<asp:ImageButton ID="ImageButton2" runat="server"
ImageUrl="~/images/botton2.gif" Height="20px"
onclick="ImageButton2_Click" />
</td>
</tr>
<tr>
<td height="206" colspan="5" align="center" valign="top" background="images/login_12.gif" class="newStyle1"> <br />
验证码: <asp:TextBox ID="TextBox3" runat="server"
Width="98px"></asp:TextBox>
<asp:Image ID="Image1" runat="server" ImageUrl="~/AppCode/GetImageCode.aspx" />
<br />
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
SelectCommand="SELECT [UserID], [UserPassword], [UserType], [UserName] FROM [User] WHERE (([UserName] = @UserName) AND ([UserPassword] = @UserPassword))"
DataSourceMode="DataReader">
<SelectParameters>
<asp:ControlParameter ControlID="TextBox1" Name="UserName"
PropertyName="Text" />
<asp:Parameter Name="UserPassword" Type="String" />
</SelectParameters>
</asp:SqlDataSource>
<br />
<asp:Label ID="Label1" runat="server"></asp:Label>
<asp:Label ID="Label2" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td colspan="6">
<img src="images/login_13.gif" width="870" height="3" alt=""></td>
</tr>
</table>
</div>
</form>
</body>
</html>