📄 xiugai.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="xiugai, App_Web_xtvwqxfv" %>
<!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 bgcolor="silver">
<form id="form1" runat="server">
<div>
<asp:Button ID="Button1" runat="server" CausesValidation="False" Style="left: 14px;
position: absolute; top: 802px" Text="Button" />
<div style="border-right: black thin solid; border-top: black thin solid; z-index: 101;
left: 323px; border-left: black thin solid; width: 459px; border-bottom: black thin solid;
position: absolute; top: 153px; height: 589px">
<div style="z-index: 101; left: 34px; width: 375px; position: absolute; top: 9px;
height: 126px">
<asp:Label ID="Label2" runat="server" Font-Names="方正行楷简体" Style="left: 55px; position: absolute;
top: 15px" Text="密码:"></asp:Label>
<asp:Label ID="Label3" runat="server" Font-Names="方正行楷简体" Style="left: 23px; position: absolute;
top: 53px" Text="确认密码:"></asp:Label>
<asp:Label ID="Label4" runat="server" Font-Names="方正行楷简体" Style="left: 55px; position: absolute;
top: 91px" Text="邮箱:"></asp:Label>
<asp:TextBox ID="TextBox2" runat="server" Style="left: 109px; position: absolute;
top: 13px" TextMode="Password" Width="101px"></asp:TextBox>
<asp:TextBox ID="TextBox3" runat="server" Style="left: 109px; position: absolute;
top: 51px" TextMode="Password" Width="101px"></asp:TextBox>
<asp:TextBox ID="TextBox4" runat="server" Style="left: 109px; position: absolute;
top: 90px" Width="147px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox2"
ErrorMessage="密码不能为空" Style="left: 234px; position: absolute; top: 15px" ValidationGroup="xiugai"></asp:RequiredFieldValidator>
<asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="TextBox2"
ControlToValidate="TextBox3" ErrorMessage="密码不一致" Style="left: 239px; position: absolute;
top: 52px" ValidationGroup="xiugai"></asp:CompareValidator>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="TextBox4"
ErrorMessage="邮箱格式错误" Style="left: 270px; position: absolute; top: 91px" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"
ValidationGroup="xiugai" Width="102px"></asp:RegularExpressionValidator>
</div>
<div style="border-top: black thin solid; z-index: 102; left: 34px; width: 375px;
border-bottom: black thin solid; position: absolute; top: 140px; height: 332px">
<asp:Label ID="Label5" runat="server" Font-Names="方正行楷简体" Style="left: 55px; position: absolute;
top: 20px" Text="姓名:"></asp:Label>
<asp:Label ID="Label6" runat="server" Font-Names="方正行楷简体" Style="left: 55px; position: absolute;
top: 58px" Text="性别:"></asp:Label>
<asp:Label ID="Label7" runat="server" Font-Names="方正行楷简体" Style="left: 55px; position: absolute;
top: 96px" Text="年龄:"></asp:Label>
<asp:Label ID="Label8" runat="server" Font-Names="方正行楷简体" Style="left: 23px; position: absolute;
top: 136px" Text="个性签名:"></asp:Label>
<asp:TextBox ID="TextBox5" runat="server" Style="left: 111px; position: absolute;
top: 18px" Width="95px"></asp:TextBox>
<asp:TextBox ID="TextBox6" runat="server" Style="left: 111px; position: absolute;
top: 56px" Width="33px"></asp:TextBox>
<asp:TextBox ID="TextBox7" runat="server" Style="left: 111px; position: absolute;
top: 94px" Width="33px"></asp:TextBox>
<asp:TextBox ID="TextBox8" runat="server" Height="121px" Style="left: 112px; position: absolute;
top: 133px" Width="231px"></asp:TextBox>
<asp:Label ID="Label9" runat="server" Font-Names="方正行楷简体" Style="left: 55px; position: absolute;
top: 279px" Text="头像:"></asp:Label>
<asp:ListBox ID="ListBox1" runat="server" Height="21px" Style="left: 112px; position: relative;
top: 278px" Width="159px"></asp:ListBox>
<asp:RangeValidator ID="RangeValidator2" runat="server" ControlToValidate="TextBox7"
ErrorMessage="年龄在7~110之间" MaximumValue="110" MinimumValue="7" Style="left: 169px;
position: absolute; top: 97px" Type="Integer"></asp:RangeValidator>
</div>
<asp:Button ID="Button2" runat="server" Font-Names="方正行楷简体" OnClick="Button2_Click"
Style="left: 150px; position: relative; top: 494px" Text="修改信息" ValidationGroup="xiugai"
Width="127px" /></div>
<asp:Label ID="Label10" runat="server" Font-Names="方正行楷简体" Font-Size="Large" Style="left: 466px;
position: absolute; top: 105px" Text="【个人信息修改】"></asp:Label>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -