1 Star 1 Fork 0

lichunhui/ASP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
GetPwd.aspx 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
lihui0423 提交于 2019-05-29 14:06 . ASP课程设计
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="GetPwd.aspx.cs" Inherits="GetPassword" %>
<!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>
<table align="center">
<tr>
<td align="center" colspan="2" style="height: 32px">
<strong>取回口令</strong></td>
</tr>
<tr>
<td style="width: 100px; height: 32px;" align="right">
用户名:</td>
<td style="width: 100px; height: 32px;">
<asp:TextBox ID="txtUserName" runat="server" AutoPostBack="True" OnTextChanged="txtUserName_TextChanged"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; height: 27px;" align="right">
问题为:</td>
<td style="width: 100px; height: 27px;">
<asp:Label ID="lblQuestion" runat="server" Width="155px"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px; height: 33px;" align="right">
答案为:</td>
<td style="width: 100px; height: 33px;">
<asp:TextBox ID="txtAnswer" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 50px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确认" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
ASP
1
https://gitee.com/lichunhui178/ASP.git
git@gitee.com:lichunhui178/ASP.git
lichunhui178
ASP
ASP
master

搜索帮助