📄 modifyinformation.aspx
字号:
<%@ Page language="c#" Codebehind="ModifyInformation.aspx.cs" AutoEventWireup="false" Inherits="Library_BS.ModifyInformation" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ModifyInformation</title>
<meta content="True" name="vs_showGrid">
<meta content="Microsoft Visual Studio .NET 7.1" 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 MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<div style="PADDING-RIGHT: 5px; MARGIN-TOP: 10px; PADDING-LEFT: 5px; LEFT: 72px; WIDTH: 759px; LINE-HEIGHT: 1em; PADDING-TOP: 5px; FONT-FAMILY: 宋体; LETTER-SPACING: 3px; POSITION: absolute; TOP: 8px; HEIGHT: 410px; BACKGROUND-COLOR: #99ccff; TEXT-ALIGN: left"
align="left">
<DIV style="FONT-WEIGHT: bold; FONT-SIZE: 20pt; COLOR: #000099; DIRECTION: ltr; FONT-STYLE: normal; TEXT-ALIGN: left">
<TABLE id="Table2" style="WIDTH: 798px; HEIGHT: 112px" cellSpacing="0" cellPadding="1"
width="798" background="file:///F:\Inetpub\wwwroot\Library_BS\images\top.jpg" border="0">
<TR>
<TD></TD>
</TR>
</TABLE>
<TABLE id="Table3" style="WIDTH: 794px; HEIGHT: 657px" cellSpacing="0" cellPadding="0"
width="794" background="file:///F:\Inetpub\wwwroot\Library_BS\images\black3.jpg" border="0">
<TR>
<TD style="HEIGHT: 30px" colSpan="4"><FONT face="宋体" color="yellow">
读者信息</FONT></TD>
</TR>
<TR>
<TD style="HEIGHT: 47px" colSpan="4">
<TABLE id="Table4" style="WIDTH: 577px; HEIGHT: 27px" cellSpacing="1" cellPadding="1" width="577"
align="center" bgColor="#ff6633" border="1">
<TR>
<TD style="WIDTH: 98px">读者注册名:</TD>
<TD style="WIDTH: 193px"><asp:label id="lblRegesiter" runat="server" ForeColor="Blue" Width="104px" Height="8px"></asp:label></TD>
<TD style="WIDTH: 85px">读者证号:</TD>
<TD><asp:label id="lblBarCode" runat="server" ForeColor="Blue" Width="96px"></asp:label></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD style="COLOR: yellow; HEIGHT: 19px" colSpan="4">
<P>
读者资料更新</P>
<P> </P>
</TD>
</TR>
<TR>
<TD style="HEIGHT: 96px" colSpan="4">
<P style="COLOR: #cc0000">注意:1、***为必填项,不能为空;
</P>
<P style="COLOR: #cc0000"> 2、请认真填写“密码问题”和“密码答案”,
一旦密码丢失,它将是您修改密码的依据。</P>
</TD>
</TR>
<TR>
<TD style="WIDTH: 577px; HEIGHT: 362px" colSpan="4">
<TABLE id="Table5" style="WIDTH: 484px; HEIGHT: 314px" cellSpacing="0" cellPadding="0"
width="484" align="center" border="1">
<TR>
<TD style="WIDTH: 83px; HEIGHT: 17px">注册名</TD>
<TD style="HEIGHT: 17px"><asp:label id="LbelRegisterName" runat="server">Label</asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 83px; HEIGHT: 20px">证号</TD>
<TD style="HEIGHT: 20px"><asp:label id="LabelBarCode" runat="server">Label</asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 83px">真实姓名</TD>
<TD><asp:label id="lblRealName" runat="server" DESIGNTIMEDRAGDROP="678">Label</asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 83px">密码问题</TD>
<TD><asp:textbox id="txtPwdQuestion" runat="server"></asp:textbox>***
<asp:requiredfieldvalidator id="RequiredFieldValidator2" runat="server" ErrorMessage="密码提示答案必须填写" ControlToValidate="txtPwdQuestion"></asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD style="WIDTH: 83px">密码答案</TD>
<TD><asp:textbox id="txtAnswer" runat="server" DESIGNTIMEDRAGDROP="683"></asp:textbox>***
<asp:requiredfieldvalidator id="RequiredFieldValidator3" runat="server" DESIGNTIMEDRAGDROP="684" ErrorMessage="密码提示答案必须填写"
ControlToValidate="txtAnswer"></asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD style="WIDTH: 83px">身份证号</TD>
<TD><asp:textbox id="txtIDno" runat="server" DESIGNTIMEDRAGDROP="685"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 83px">性别</TD>
<TD><asp:dropdownlist id="Sex" runat="server" Width="114px">
<asp:ListItem Value="男">男</asp:ListItem>
<asp:ListItem Value="女">女</asp:ListItem>
</asp:dropdownlist> ***
<asp:requiredfieldvalidator id="RequiredFieldValidator4" runat="server" DESIGNTIMEDRAGDROP="688" ErrorMessage="性别必须填写"
ControlToValidate="Sex"></asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD style="WIDTH: 83px">出生日期</TD>
<TD><asp:textbox id="txtBirth" runat="server" DESIGNTIMEDRAGDROP="689"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 83px; HEIGHT: 17px">通讯地址</TD>
<TD style="HEIGHT: 17px"><asp:textbox id="TxtAdress" runat="server"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 83px">邮编</TD>
<TD><asp:textbox id="txtPostCode" runat="server" DESIGNTIMEDRAGDROP="692"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 83px; HEIGHT: 20px">电子邮件</TD>
<TD style="HEIGHT: 20px"><asp:textbox id="txtEmail" runat="server"></asp:textbox>***
<asp:requiredfieldvalidator id="RequiredFieldValidator1" runat="server" ErrorMessage="电子邮件必须填" ControlToValidate="txtEmail"></asp:requiredfieldvalidator>
<asp:RegularExpressionValidator id="RegularExpressionValidator1" runat="server" Width="152px" ErrorMessage="电子邮件格式不正确"
ControlToValidate="txtEmail" ValidationExpression="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator></TD>
</TR>
<TR>
<TD style="WIDTH: 83px">电话</TD>
<TD><asp:textbox id="TxtphoneNo" runat="server" DESIGNTIMEDRAGDROP="697"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 83px">工作单位</TD>
<TD><asp:label id="lblUsersDepart" runat="server" DESIGNTIMEDRAGDROP="698">Label</asp:label></TD>
</TR>
</TABLE>
<TABLE id="Table6" style="WIDTH: 70px; HEIGHT: 24px" cellSpacing="0" cellPadding="0" width="70"
align="center" border="0">
<TR>
<TD><asp:button id="ModifyOk" runat="server" Width="89px" Height="30px" Text="确认修改"></asp:button></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD style="WIDTH: 577px; HEIGHT: 69px" colSpan="4"></TD>
</TR>
</TABLE>
<DIV>
<div style="MARGIN-TOP: 30px; FONT-SIZE: 13px; MARGIN-LEFT: 20px; COLOR: white; FONT-FAMILY: 宋体"><pre><FONT face=宋体></FONT> </pre>
</form>
</DIV>
<DIV> </DIV>
</DIV>
<DIV><FONT face="宋体"></FONT></DIV>
</DIV></DIV>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -