📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="login" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="width: 753px; height: 516px">
<tr>
<td colspan="3" style="height: 21px">
<asp:Image ID="Image1" runat="server" ImageUrl="~/picture/kt.bmp" /></td>
</tr>
<tr>
<td colspan="3" style="height: 54px">
<table>
<tr>
<td style="width: 54px; height: 21px;">
</td>
<td style="width: 68px; height: 21px;">
<asp:LinkButton ID="LinkButton1" runat="server" PostBackUrl="~/login.aspx" CausesValidation="False">首页</asp:LinkButton></td>
<td style="width: 29px; height: 21px;">
</td>
<td style="width: 100px; height: 21px;">
<asp:LinkButton ID="LinkButton2" runat="server" PostBackUrl="~/View.aspx" CausesValidation="False">商品浏览</asp:LinkButton></td>
<td style="width: 20px; height: 21px;">
</td>
<td style="width: 100px; height: 21px;">
<asp:LinkButton ID="LinkButton3" runat="server" PostBackUrl="~/Buy.aspx" CausesValidation="False">购买商品</asp:LinkButton></td>
<td style="width: 23px; height: 21px;">
</td>
<td style="width: 100px; height: 21px;">
<asp:LinkButton ID="LinkButton4" runat="server" PostBackUrl="~/Phone.aspx" CausesValidation="False">联系方式</asp:LinkButton></td>
<td style="width: 33px; height: 21px;">
</td>
<td style="width: 156px; height: 21px;">
<asp:LinkButton ID="LinkButton5" runat="server" PostBackUrl="~/UModify.aspx" CausesValidation="False">个人信息查询与修改</asp:LinkButton></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 146px">
<table style="width: 449px; height: 58px">
<tr>
<td align="left" colspan="3" style="width: 325px; border-top-style: solid; border-right-style: solid;
border-left-style: solid; height: 28px; border-bottom-style: solid">
请您输入您的个人帐号</td>
</tr>
<tr>
<td style="width: 81px; border-top-style: solid; border-right-style: solid; border-left-style: solid;
height: 28px; border-bottom-style: solid">
<asp:Label ID="Label1" runat="server" Text="用户名:" Width="115px"></asp:Label></td>
<td colspan="2" style="width: 346px; border-top-style: solid; border-right-style: solid;
border-left-style: solid; height: 28px; border-bottom-style: solid">
<asp:TextBox ID="TextBox1" runat="server" Width="153px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
ErrorMessage="请输入用户名"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 81px; border-top-style: solid; border-right-style: solid; border-left-style: solid;
height: 28px; border-bottom-style: solid">
<asp:Label ID="Label2" runat="server" Text="密码:" Width="113px"></asp:Label></td>
<td colspan="2" style="width: 346px; border-top-style: solid; border-right-style: solid;
border-left-style: solid; height: 28px; border-bottom-style: solid">
<asp:TextBox ID="TextBox2" runat="server" TextMode="Password" Width="154px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
ErrorMessage="请输入密码"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 81px; border-top-style: solid; border-right-style: solid; border-left-style: solid;
height: 28px; border-bottom-style: solid">
<asp:Button ID="Button3" runat="server" Text="注册" Width="115px" CausesValidation="False" OnClick="Button3_Click" /></td>
<td colspan="2" style="width: 346px; border-top-style: solid; border-right-style: solid;
border-left-style: solid; height: 28px; border-bottom-style: solid">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="提交" Width="75px" />
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="重置" Width="84px" /></td>
</tr>
<tr>
<td colspan="3" style="border-top-style: solid; border-right-style: solid; border-left-style: solid;
height: 28px; border-bottom-style: solid">
<asp:RadioButtonList ID="RadioButtonList1" runat="server" AutoPostBack="True" Width="402px">
<asp:ListItem Selected="True">用户</asp:ListItem>
<asp:ListItem Selected="True">管理员</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
</table>
</td>
<td style="width: 100px">
</td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 146px">
</td>
<td style="width: 100px">
</td>
<td style="width: 100px">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -