⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 infopwdd.aspx

📁 书本的源代码。可以用的在线考试系统。在vs平台上测试成功
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="InfoPwdd.aspx.cs" Inherits="InfoPwdd" %>

<!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 style="text-align: center">
        <br />
        <br />
        <br />
        <table style="width: 668px; height: 85px; text-align: center">
            <tr>
                <td colspan="2" style="height: 116px">
                    &nbsp;
                    <br />
                    <asp:Label ID="Label1" runat="server" Font-Size="9pt" ForeColor="Red" Text="填写以下注册资料找回密码!"></asp:Label></td>
            </tr>
            <tr style="color: #000000">
                <td colspan="2" rowspan="2" style="vertical-align: top; height: 275px">
                    <table>
                        <tr>
                            <td style="width: 100px">
                                <asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="密码提示问题"></asp:Label></td>
                            <td style="width: 100px" align="left">
                                <asp:Label ID="labQuePwd" runat="server" Font-Size="9pt"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="width: 100px">
                                <asp:Label ID="Label3" runat="server" Font-Size="9pt" Text="提示问题答案"></asp:Label></td>
                            <td style="width: 100px">
                                <asp:TextBox ID="txtAnsPwd" runat="server" Width="130px"></asp:TextBox></td>
                            <td align="left" style="width: 100px">
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtAnsPwd"
                                    ErrorMessage="请输入问题答案"></asp:RequiredFieldValidator></td>
                        </tr>
                        <tr>
                            <td style="width: 100px">
                            </td>
                            <td style="width: 100px">
                                <asp:Button ID="btnSubmit" runat="server" Font-Size="9pt" OnClick="Button1_Click" Text="确定" /></td>
                           
                        </tr>
                    </table>
                    <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
                        ShowSummary="False" Width="112px" />
                </td>
            </tr>
            <tr>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -