loginerror.aspx

来自「学术会议在线投稿系统 fghgfhgfhgfhfgh」· ASPX 代码 · 共 19 行

ASPX
19
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="LoginError.aspx.cs" Inherits="ViewPage_LoginErrort" %>

<!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>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:Label ID="Label1" runat="server"
            Text="   您的用户名(Email)或密码错误,请点击"></asp:Label>
        &nbsp; <a href=Index.aspx>Index</a><asp:Label ID="Label2" runat="server" Text="重新登录"></asp:Label></div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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