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

📄 userlogin.aspx

📁 毕业设计内容: 1、 作者投稿功能 2、 专家审稿 3、 系统管理员对所有稿件的管理功能 管理权限设置:分为三级权限。包括用户:添加文章、查询自己稿件的审稿情况、审稿意见、查看个人资料等 专家:审批文
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserLogin.aspx.cs" Inherits="UserLogin" %>

<!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> <link rel="stylesheet" href="Style/css.css" type="text/css"/>
</head>
<body>
    <form id="form1" runat="server">
  <table width="200" border="0" align="center">
    <tr>
      <td><img src="img/xz_tg_lj_003.gif" width="750" height="151" align="middle"></td>
    </tr>
  </table>
  <table width="290" height="128" border="0" align="center">
   <tr>
      <td class="ziti" style="height: 19px" colspan="2" align="center"><div align="center">
          用户登录</div></td>
    </tr>
    <tr>
      <td width="112" class="ziti" style="height: 19px"><div align="right"><strong>用户名:</strong></div></td>
      <td width="168" class="ziti" style="height: 19px">
          <asp:TextBox ID="txtname" runat="server"></asp:TextBox></td>
    </tr>
    <tr>
      <td class="ziti" style="height: 16px"><div align="right"><strong>密码</strong>:</div></td>
      <td class="ziti" style="height: 16px">      
          <asp:TextBox ID="txtpwd" runat="server" Width="154px" TextMode="Password"></asp:TextBox></td>
    </tr>
    <tr>
      <td colspan="2"><div align="center">
          <asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">重置</asp:LinkButton>
          <asp:LinkButton ID="LinkButton2" runat="server" OnClick="LinkButton2_Click">确定</asp:LinkButton></div></td>
    </tr>
  </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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