userlogin.aspx

来自「毕业设计内容: 1、 作者投稿功能 2、 专家审稿 3、 系统管理员对所有稿件的」· ASPX 代码 · 共 40 行

ASPX
40
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?