?? 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 + -