📄 get_pwd2.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="get_pwd2.ascx.cs" Inherits="qruan.get_pwd2" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="582" height="506" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff"
id="Table_01">
<tr>
<td height="32"> </td>
</tr>
<tr>
<td height="42"> </td>
</tr>
<tr>
<td width="636" align="center" valign="top"><asp:Panel id="Panel1" runat="server">
<TABLE cellSpacing="1" cellPadding="0" width="310" bgColor="green" border="0">
<TR>
<TD>
<TABLE cellSpacing="0" cellPadding="0" width="310" bgColor="#afe195" border="0">
<asp:Repeater id="Repeater1" runat="server">
<ItemTemplate>
<tr>
<td height="28" colspan="2" align="center" style="font-size:12px">第二步</td>
</tr>
<tr>
<td height="28" colspan="2" align="center" style="font-size:12px"><%# DataBinder.Eval(Container.DataItem,"username") %></td>
</tr>
<tr>
<td width="130" height="28" align="right" valign="middle" style="HEIGHT: 28px; font-size:12px">提示问题:</td>
<td width="180" valign="middle" style="HEIGHT: 28px; font-size:12px"><%# DataBinder.Eval(Container.DataItem,"pwd_question") %></td>
</tr>
</ItemTemplate>
</asp:Repeater>
<TR>
<TD style="HEIGHT: 28px;font-size:12px" vAlign="middle" align="right" width="130" height="28">提示答案:</TD>
<TD style="HEIGHT: 28px" vAlign="middle" width="180">
<asp:TextBox id="TextBox1" runat="server" Height="18px" Width="120px" MaxLength="20"></asp:TextBox></TD>
</TR>
<TR>
<TD style="HEIGHT: 28px" vAlign="middle" align="right" height="28"> </TD>
<TD style="HEIGHT: 28px" vAlign="middle">
<asp:Button id="Button1" runat="server" Height="20px" Text="下一步"></asp:Button></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</asp:Panel>
<asp:Panel id="Panel2" runat="server" Visible="False">
<TABLE cellSpacing="1" cellPadding="0" width="310" bgColor="green" border="0">
<TR>
<TD>
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="310" bgColor="#afe195" border="0">
<TR>
<TD align="center" colSpan="2" height="28" style="font-size:12px">第三步</TD>
</TR>
<TR>
<TD style="HEIGHT: 28px;font-size:12px" vAlign="middle" align="right" width="130" height="28">新密码:</TD>
<TD style="HEIGHT: 28px;font-size:12px" vAlign="middle" width="180">
<asp:TextBox id="TextBox3" runat="server" Height="18px" Width="120px" TextMode="Password"></asp:TextBox></TD>
</TR>
<TR>
<TD style="HEIGHT: 28px;font-size:12px" vAlign="middle" align="right" width="130" height="28">确认密码:</TD>
<TD style="HEIGHT: 28px" vAlign="middle" width="180">
<asp:TextBox id="TextBox2" runat="server" Height="18px" Width="120px" TextMode="Password"></asp:TextBox></TD>
</TR>
<TR>
<TD style="HEIGHT: 28px;font-size:12px" vAlign="middle" align="right" height="28">
<asp:CompareValidator id="CompareValidator1" runat="server" ControlToCompare="TextBox3" ControlToValidate="TextBox2"
ErrorMessage="密码不一致"></asp:CompareValidator> </TD>
<TD style="HEIGHT: 28px" vAlign="middle">
<asp:Button id="Button2" runat="server" Height="20px" Text="下一步"></asp:Button></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</asp:Panel></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -